July 15th, 2011 #19
- Join Date Jan 2007
-
- Distro Ubuntu Development Release
Re: help with intialisin package information
Let's try to clear up the 'partial' error first. Be very careful with these commands:
If you are still getting a 'status' error, try restoring a backup copy of the file:Code:sudo rm -vf /var/lib/apt/lists/partial/* # Remove files in 'partial' sudo rm -vf /var/lib/apt/lists/* # Remove package lists in 'lists' sudo apt-get update
Code:sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.0715 sudo cp /var/backups/dpkg.status.0 /var/lib/dpkg/status sudo apt-get update
http://ubuntuforums.org/showthread.php?t=1791867&page=2