Problem parsing dependency Depends
13/11/2013
Got this message this morning while trying to do an update/upgrade check…
E: Problem parsing dependency Depends
E: Error occurred while processing zita-rev1 (NewVersion2)
E: Problem with MergeList /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages
E: The package lists or status file could not be parsed or opened.
You can fix this with the next command:
1 |
sudo rm /var/lib/apt/lists/* -vf |
-v means verbose and the f stands for force.. (Remove all files and show the user what it is doing.
After that do the update as usualy:
1 |
sudo apt-get update |
Share the post "Problem parsing dependency Depends"
Thanks my man, all other forums have given me solutions that didn’t work.
Your single command worked flawlessly 🙂