/srv/irclogs.ubuntu.com/2012/04/11/#ubuntu-us-ca.txt

BotenAnnahttp://i.imgur.com/4xThP.png02:17
zoclohi guys19:32
zocloi need some help19:32
zocloi try to install programs or aplications in ubuntu 11.10 and i have an error message every time i do it19:32
pleia2what's the error message?19:33
zocloinstallArchives() failed: dpkg: error: reading package info file '/var/lib/dpkg/available': Input/output error19:35
pleia2sounds like /var/lib/dpkg/available became corrupted somehow, I'd move it to /var/lib/dpkg/available.bak and run it again19:36
pleia2(or there is something wrong with your filesystem, but let's not assume the worst just yet :))19:36
zoclowhat could be the solution?19:37
pleia2I just gave you one19:38
pleia2did it not work?19:38
zoclomove to another folder/19:38
pleia2/var/lib/dpkg/available is a file, you just rename it19:38
zocloi don't know how to do it19:38
pleia2run this in a terminal: sudo mv /var/lib/dpkg/available /var/lib/dpkg/available.bak19:38
akkI/O error sometimes means a hardware error on the disk. It might be worth running dmesg | tail19:38
akkto see if there are any more details along those lines.19:39
zocloYou might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies:  deepin-software-center : Depends: aria2 but it is not going to be installed  libvlc5 : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc-nox : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc-plugin-not19:40
zocloi got that now19:41
pleia2so do what it suggests: sudo apt-get -f install19:42
pleia2if those packages are available apt will try to resolve the problem19:42
pleia2if not, you have a bit of a mess on your hands and you'll want to back up and see what you were trying to do when the machine got into this state (installing .debs manually? using PPAs?)19:43
zocloE: Sub-process /usr/bin/dpkg returned an error code (2)19:44
pleia2nothing above that?19:44
pleia2I don't know what "deepin-software-center" is, but it's not a supported package in the archive so it looks like it's causing problems19:45
zoclodpkg: error: failed to open package info file `/var/lib/dpkg/available' for reading: No such file or directory E: Sub-process /usr/bin/dpkg returned an error code (2)19:45
pleia2I'd remove it19:45
pleia2to regenerate available, do: sudo apt-get update19:46
zoclodone19:47
pleia2now probably want to: sudo apt-get remove deepin-software-center19:48
zocloThe following packages have unmet dependencies:  libvlc5 : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc-nox : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc-plugin-notify : Depends: libvlccore4 (>= 1.1.0) but it is not going to be installed  vlc-plugin-pulse : Depends: libvlccore4 (>= 1.1.0) but it is no19:50
pleia2just keep removing things until you get sorted, I need to get back to work so hopefully others can help19:51
pleia2libvlc5 seems to be your problem now19:51
zocloso how i can reinstall that?19:51
=== MediaDoneRight is now known as mdr|2busy
=== mdr|2busy is now known as MediaDoneRight
=== MediaDoneRight is now known as mdr|afk

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!