Page 1 of 1

Re: Having a problem with installing packages...

Posted: Fri Aug 07, 2009 6:25 pm
by richyrich
dpkg: failed in buffer_read(fd): copy info file `/var/lib/dpkg/available': Input/output error
Looks like a hardware error to me.

GUI Application to check your hard drives:
http://gsmartcontrol.berlios.de/home/index.php/en/Home

Download for Jaunty / Gloria :
http://download.opensuse.org/repositori ... 1_i386.deb

Re: Having a problem with installing packages...

Posted: Sat Aug 08, 2009 7:16 am
by DataMan
Disclaimer : I'm a far sight from being an expert on repairing apt. When I've experienced goofiness in the package management in the past, the following code usually resolved things for me:

Code: Select all


sudo apt-get -f install
sudo dpkg --configure -a

Hope this is the quick fix.

-DataMan