Sunday, March 3, 2013

Problem with MergeList on Ubuntu

Today, I got this strange error from my laptop on apt-get where the package lists could not be opened.  I found an article that basically says:

sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update

Should about remove the bad files and regenerate them.

No comments: