1

What can I do to uninstall this program? It was done in an attempt in vain to fix my WLAN. Now it is not serving any purpose to search for Windows drivers, even if not really needed to remove.

I installed it via this cmd sudo apt-get install ndisgtk

Thank you

1 Answers1

0

Uninstalling (for the most part) is simply reversing the installation method. For example, if to install it you used:

sudo apt-get install ndisgtk

Then to uninstall it you would use:

sudo apt-get remove ndisgtk

There are additional details you might want to read:

The last link deals with the windows wrapped drivers that are created in /lib/modules/uname -r/misc, /etc/ndiswrapper and /etc/modprobe.d/ndiswrapper.

That said I'm often one of those "Leave well enough alone" guys and even if I wasn't using Windows Wrapped Drivers anymore I might be tempted to just leave them be. On the other hand if dkms was compiling the new drivers with each kernel update and the time was distracting me, I probably would purge it all.