Difference between revisions of "How to uninstall wxWidgets-es"

From AMule Project FAQ
Jump to: navigation, search
Line 1: Line 1:
 
<center>
 
<center>
[[How_to_uninstall_wxWidgets|English]] | '''Español'''
+
[[How_to_uninstall_wxWidgets|English]] | '''Español''' | [[How_to_uninstall_wxWidgets-de|Deutsch]]
 
</center>
 
</center>
  

Revision as of 17:35, 21 January 2006

English | Español | Deutsch


Desinstalando paquetes

Si instalaste las wxWidgets via paquetes binarios de tu distro (rpm, deb, tgz, ebuild...) únicamente desinstalalos normalmente.

Desinstalando desde fuente

Si compilaste las wxWidgets por ti mismo, ves al directorio de las fuentes y ejecuta make uninstall (como root).
Si borraste el directorio con las fuentes, descargalas de nuevo, ejecuta configure y después ejecuta make uninstall (de nuevo, como root).

Forzando a las wxWidgets a salir de tu sistema

Por ultimo, el camino mas rápido y sucio, [ deltaHF (TM) ] (solo se debe usar si las anteriores fallan):

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