Install ndiswrapper-source
Installing ndiswrapper-source package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ndiswrapper-source
ndiswrapper-source package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ndiswrapper-source |
version | 1.59-6 |
description | Source for the ndiswrapper Linux kernel module |
subsection | kernel |
website | ndiswrapper.sourceforge.net |
maintainer | Julian Andres Klode |
Uninstall ndiswrapper-source
To remove just ndiswrapper-source package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ndiswrapper-source
Uninstall ndiswrapper-source and it’s dependent packages
To remove the ndiswrapper-source package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ndiswrapper-source
Purging ndiswrapper-source
If you also want to delete configuration and/or data files of ndiswrapper-source from Debian Sid then this will work:
sudo apt-get purge ndiswrapper-source
To delete configuration and/or data files of ndiswrapper-source and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ndiswrapper-source