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

From AMule Project FAQ
Jump to: navigation, search
m (Corrected Spelling of Español in language selection)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''English''' | [[Check if wx is installed twice-br|Português]]</center>
+
<center>
 +
'''English''' |  
 +
[[Check_if_wx_is_installed_twice-de|Deutsch]] |
 +
[[Check_if_wx_is_installed_twice-es|Espa&ntilde;ol]]
 +
</center>
  
Puede ocurrir que hayas instalado [[wxWidgets|wx]]a traves de los paquetes de tu distro y tambien a traves de compilacion.<br>
+
It may happen that you installed [[wxWidgets|wx]] through distro packages and also through self-compilation process.<br>
Para comprobar si tienes un sistema con [[wxWidgets]] instaladas dos veces, ejecuta:
+
To check if you have a system with [[wxWidgets]] installed twice, run:
  
 
''<pre>
 
''<pre>
Line 9: Line 13:
 
</pre>''
 
</pre>''
  
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.
+
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.

Latest revision as of 14:03, 24 September 2008

English | Deutsch | Español

It may happen that you installed wx through distro packages and also through self-compilation process.
To check if you have a system with wxWidgets installed twice, run:

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

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 wx installed at all. If both give some result, then you have wx installed twice. In this latter case, read How to uninstall wxWidgets to remove all wx installations and install wx again.