View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
Sounds like you've got a corrupt status file. The simplest option is to try using the last backup version:
Code:
root
cd /var/lib/dpkg
mv status status.bkup
mv status-old status
apt-get -f install
You may need to reinstall the last apps you installed though (if the system thinks they're not already installed).
 

The Following User Says Thank You to Rob1n For This Useful Post: