Monday, August 25, 2014

can not install package on ubuntu

the package lists or status file could not be parsed or opened. ubuntu


I have also seen this problem occur when you have too many sources in your repos.
Try the solution posted above and/or also perhaps this which is sometimes recommended on launchpad:

run in terminal


sudo mv /var/lib/apt/lists /var/lib/apt/lists-old
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get update

see more

good luck

No comments:

Post a Comment