How to uninstall drivers in OS X Lion

driversosx lionuninstall

I had to install different drivers in OS X Lion to check if a unknown mouse would work, and now I would like to uninstall them. What is the best approach? Obviously I could try to find the folder with the driver's name and delete it, but sometimes these drivers are spread across the filesystem.

PS: Concrete drivers: steermouse, trust mouse and keyboard, logitech control center

Best Answer

Many support applications come as Preference Panes, accessible through the System Preferences. You can:

  • find them in ~/Library/PreferencePanes or /Library/PreferencePanes and delete them from there, or
  • right-click and remove them in the System Preferences dialog itself

Also look under /System/Library/Extensions for Kernel Extensions that were added. Note though that manually deleting stuff here can cause serious problems.


However, that doesn't work for all of these, and each application you mention does it differently. You're right that manually removing files is not a good way to uninstall these programs. Therefore, the developers offer uninstallers:

  • SteerMouse has an uninstaller you can access by opening the SteerMouse app. Open /Applications/Utilities/SteerMouse and select Help » Uninstall….

  • Logitech Control Center can be uninstalled through the installer or a separate uninstaller application called "LCC Uninstaller". It should also be in the /Applications/Utilities folder.

Related Question