User Tools

Site Tools


informatica:linux:paquetes_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatica:linux:paquetes_debian [2010/02/23 07:33] – creado 192.168.1.30informatica:linux:paquetes_debian [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 26: Line 26:
  
   dpkg -l   dpkg -l
 +  
 +  * Desinstalar manualmente un paquete. Es util cuando hay algun bug que impide finalizar los scripts para instalar/desinstalar via 'apt'
 +
 +<code>
 +sudo mv /var/lib/dpkg/info/php-apc.* /tmp/
 +sudo dpkg --remove --force-remove-reinstreq php-apc
 +</code>
 +
informatica/linux/paquetes_debian.1266910432.txt.gz · Last modified: 2015/04/13 20:19 (external edit)