IN ENGLISH:
Sometimes lacking the super-cow powers is a problem. Apt may in fact have trouble removing certain malformed packages. To force uninstall you could try:
if it fails too, probably giving this error (or similar):
you may try this:
locate some package_name.prm and delete it
IN ITALIANO:
A volte la mancanza dei poteri della supermucca รจ un problema. Apt puo' avere difatti problemi nella rimozione di certi pacchetti malformati. Per forzare la disinstallazione potete provare:
se fallisce anche questo, magari dando questo errore (o simile):
potete provare:
e cercate un qualche nomepacchetto.prm e cancellatelo
Sometimes lacking the super-cow powers is a problem. Apt may in fact have trouble removing certain malformed packages. To force uninstall you could try:
sudo apt-get -f remove package
if it fails too, probably giving this error (or similar):
subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
package_name
E: Sub-process /usr/bin/dpkg returned an error code (1)
you may try this:
cd /var/lib/dpkg/info
ls | grep package_name
locate some package_name.prm and delete it
rm package_name.prm
then try again with sudo apt-get remove package
IN ITALIANO:
A volte la mancanza dei poteri della supermucca รจ un problema. Apt puo' avere difatti problemi nella rimozione di certi pacchetti malformati. Per forzare la disinstallazione potete provare:
sudo apt-get -f remove nomepacchetto
se fallisce anche questo, magari dando questo errore (o simile):
subprocess post-removal script returned error exit status 2
Errors were encountered while processing:
nomepacchetto
E: Sub-process /usr/bin/dpkg returned an error code (1)
potete provare:
cd /var/lib/dpkg/info
ls | grep nomepacchetto
e cercate un qualche nomepacchetto.prm e cancellatelo
rm nomepacchetto.prm
quindi provate ancora con sudo apt-get remove package
Grazieeeeee.......era proprio quello che cercavo!!!!
ReplyDeleteNon riuscivo a rimuovere un pacchetto e col tuo aiuto ci sono riuscita! :-)