I would like to remove the ndiswrapper from my system after mistakenly installing it to enable a wifi card that it turned out had native Ubuntu support and only required firmware.
What is the full process and what things must I be aware of?
I would like to remove the ndiswrapper from my system after mistakenly installing it to enable a wifi card that it turned out had native Ubuntu support and only required firmware.
What is the full process and what things must I be aware of?
If you installed ndiswrapper using the Software Center or Synaptic do the following to remove completely
You have 4 ways (2 of them will do it Completely):
Go to Synaptic and search fo ndiswrapper. Right click on it and select Remove Completely. then Accept.
Go to Software Center and search for ndiswrapper and click on REMOVE.
The following 2 options will remove it completely. What i mean is, it will remove what Synaptic and Software Center can remove plus all config files and even the downloaded package of ndiswrapper.
In the terminal type (Using apt-get):
In the terminal type (Using aptitude my favorite):
This applies to any other program you want to remove either from system to not use or completely removing the config files and downloaded packages.
NOTE: In the case of Synaptic if you do the Complete Removal option then you are actually removing it completely. There is also another option that says just Remove which leaves the config and packages downloaded there. Just in case you want to use it later on.