The Bad News
Hello everybody! After successfully updating my SDHC card containing Arch Linux ARM, I decided to update my Raspbian SDHC card. Shockingly, I got the error as shown above. The command I used, was:
- sudo apt-get update
The Good News
Luckily, I am able to fix it... Here's what I did:
- sudo su -
- cd /var/lib/dkpg
- mv status status-bak
- cp status-old status
- exit
Next, I reissued the command apt-get update and it appears to be fixed, and so I continued:
- sudo apt-get upgrade
- sudo apt-get dist-upgrade






