1

I have Ubuntu 20.04 and want to install NDISWrapper in it. I have ndiswrapper-1.63.tar.gz downloaded and extracted and gone through the install file in it but I am unable to understand it as there is not much explanation .Please help me the link for the package:-https://sourceforge.net/projects/ndiswrapper/files/latest/download .

1 Answers1

1

You don't need to download from sourceforge.net. You can simply use:

sudo apt update
sudo apt install ndiswrapper-common ndiswrapper-utils-1.9

You can read full instructions here.