View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
Originally Posted by Majestic12 View Post
I have a problem with the app manager - simply I can't install or uninstall anything and when I try to update the list of application to download or update it tells me that there are no applications or updates. When I type "apt-get clean" in terminal I get an error: "E: Lists directory /var/lib/apt/lists/partial is missing". What's going on? It started suddenly and I don't think I installed anything dangerous recently.
A few people have had this happen - check on your rootfs space (df -h /) to make sure that's not causing it. Otherwise you'll need rootfs installed, then do:
Code:
root
mkdir -p /var/lib/apt/lists/partial
 

The Following 2 Users Say Thank You to Rob1n For This Useful Post: