Risolvere problemi di dipendenze pacchetti
Updated at: 28/08/2014


Cosa fare se non funziona più apt-get upgrade perché trova dei pacchetti corrotti? After trying
sudo dpkg --configure -a
and
sudo apt-get install -f
the problem of a broken package still exist the solution is to edit the dpkg status file manually.
sudo nano /var/lib/dpkg/status
sudo apt-get install -f
Locate the corrupt package, and remove the whole block of information about it and save the file.   Se neanche questo funziona, provare così:
rm -f /etc/apt/sources.list.d/*
dpkg --configure -a