Difference between revisions of "How to uninstall wxWidgets"

From AMule Project FAQ
Jump to: navigation, search
m (Reordered language selection)
m (Corrected Spelling of Español in language selection)
Line 1: Line 1:
 
<center>
 
<center>
'''English''' | [[How_to_uninstall_wxWidgets-de|Deutsch]] | [[How_to_uninstall_wxWidgets-es|Español]]
+
'''English''' |  
 +
[[How_to_uninstall_wxWidgets-de|Deutsch]] |  
 +
[[How_to_uninstall_wxWidgets-es|Espa&ntilde;ol]]
 
</center>
 
</center>
 
  
 
== Removing packages ==
 
== Removing packages ==

Revision as of 14:58, 24 September 2008

English | Deutsch | Español

Removing packages

If you installed wxWidgets through your distro's packages (rpm, deb, tgz, ebuild...) just uninstall it normally.

Uninstalling from sources

If you compiled wxWidgets on your own, go to the sources directory and run make uninstall (as root).
If you deleted the sources directory, you can download it again, run configure and then run make uninstall (again, as root).

Forcing wxWidgets out of the system

Last, the quick'n'dirty deltaHF (TM) way (only to be used if the above two failed):

rm -f  /usr/bin/wx*
rm -rf /usr/lib/wx
rm -f  /usr/lib/libwx*
rm -f  /usr/local/bin/wx*
rm -rf /usr/local/lib/wx
rm -f  /usr/local/lib/libwx*
ldconfig