View Single Post
Posts: 11 | Thanked: 2 times | Joined on Dec 2009 @ Radom, Poland
#4
Originally Posted by Rob1n View Post
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
Making a new directory helped. Thanks!