View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
Did you delete the dpkg directory, like /var/lib/dpkg, or the apt directory, like /var/cache/apt???
Please clarify to not further butcher your package management, since the first is a dirctory, while the second is a symlink to either /opt or /home/user/MyDocs.

So please give the output of all of these commands
Code:
ls -al /var/lib/dpkg
ls -al /var/cache/apt
ls -al /var/cache/apt/archives
ls -al /opt/var/cache/apt
ls -al /home/user/MyDocs/.apt-cache
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post: