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:- .
1 Answer
You don't need to download from sourceforge.net. You can simply use:
sudo apt update
sudo apt install ndiswrapper-common ndiswrapper-utils-1.9You can read full instructions here.
8