Views:
160β
Votes: 0β
β
Solution
Tags:
xubuntu
uninstall
ndiswrapper
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1160789
Title:
ndiswrapper windows drivers uninstall issue
ID:
/2019/07/24/ndiswrapper-windows-drivers-uninstall-issue
Created:
July 24, 2019
Edited: July 24, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
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:
- How do I cleanly remove NDISwrapper?
- How do I remove ndiswrapper completely?
- How to Uninstall Ndiswrapper
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.