Unable to install new package-updates... missing /info folder from /var/lib/dpkg/
UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
First of all, check that the /var/lib/dpkg/info folder still exists and that there are files in it. It is usually huge - mine has over 5000 files - and it contains information on every package installed.
If you are just missing the info files for certain packages, you could try repairing them with one of the following...
sudo apt-get -f install packagename
sudo dpkg --configure -a packagename
Last edited by silkstone; 07-12-2008 at 02:22 PM..
Oh dear. As I said, that folder contains masses of data including config files for every application, so I don't see how you can recreate it easily.
I hope someone else may know a way, but otherwise all I can suggest is to back up you home folder, do a reinstall and then copy your home folder back. At least that will preserve your data and most configuration settings.
Distribution: Open Suse 11; Ubuntu 8.10 on Aspire One
Posts: 203
Thanked: 0
Maybe a stupid question, but I must ask: how did you manually remove the package. Did you use one of the installers such as apt-get or dpkg? Or did you manually delete the package and all of it's files?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.