View Single Post
manvik60's Avatar
Posts: 128 | Thanked: 46 times | Joined on Mar 2010 @ Switzerland
#4
can do login as root or not ?
when you write sudo gainroot, you should get prompt like #

Then do one test
ls -lrt /var/lib/apt/lists

if this directory dosent exists you have to create it as root.

mkdir -p /var/lib/apt/lists/partial
and then
apt-get update