Difference between revisions of "Check if wx is installed twice"

From AMule Project FAQ
Jump to: navigation, search
Line 1: Line 1:
 
<center>'''English''' | [[Check if wx is installed twice-br|Português]]</center>
 
<center>'''English''' | [[Check if wx is installed twice-br|Português]]</center>
  
It may happen that you installed [[wxWidgets|wx]] through distro packages and also through self-compilation process.<br>
+
Puede ocurrir que hayas instalado [[wxWidgets|wx]]a traves de los paquetes de tu distro y tambien a traves de compilacion.<br>
To check if you have a system with [[wxWidgets]] installed twice, run:
+
Para comprobar si tienes un sistema con [[wxWidgets]] instaladas dos veces, ejecuta:
  
 
''<pre>
 
''<pre>
Line 9: Line 9:
 
</pre>''
 
</pre>''
  
Only '''one''' of the two commands should give results. If none gives results (something like "No such file or directory") then you don't have [[wxWidgets|wx]] installed at all. If both give some result, then you have [[wxWidgets|wx]] installed twice. In this latter case, read [[How to uninstall wxWidgets]] to remove '''all''' [[wxWidgets|wx]] installations and install [[wxWidgets|wx]] again.
+
Solo '''uno''' de los mandatos deberia obtener resultados. Si ninguno proporciona resultados (algo como "No such file or directory") entonces no tienes las [[wxWidgets|wx]] instaladas todavia. Si los dos dan algun resultado, entonces tienes las [[wxWidgets|wx]] instaladas dos veces. En este ultimo caso, lee el [[How to uninstall wxWidgets]] para eliminar '''todas''' las instalaciones de [[wxWidgets|wx]] y instalar las [[wxWidgets|wx]] de nuevo.

Revision as of 14:55, 16 April 2005

English | Português

Puede ocurrir que hayas instalado wxa traves de los paquetes de tu distro y tambien a traves de compilacion.
Para comprobar si tienes un sistema con wxWidgets instaladas dos veces, ejecuta:

ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*

Solo uno de los mandatos deberia obtener resultados. Si ninguno proporciona resultados (algo como "No such file or directory") entonces no tienes las wx instaladas todavia. Si los dos dan algun resultado, entonces tienes las wx instaladas dos veces. En este ultimo caso, lee el How to uninstall wxWidgets para eliminar todas las instalaciones de wx y instalar las wx de nuevo.