PDA

View Full Version : update problems



ro12
July 1st, 2013, 12:54 AM
Hi, I get this error when I try to update in terminal
dpkg: error: parsing file '/var/lib/dpkg/status' near line 27728 package 'rar': mixed non-coinstallable and coinstallable package instances present
E: Sub-process /usr/bin/dpkg returned an error code (2)

Thanks if anyone can help

fantab
July 1st, 2013, 04:55 AM
How about:


sudo dpkg --purge rar
sudo apt-get remove --purge rar
sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get autoremove
sudo apt-get clean
sudo apt-get update