A while ago updates stopped working. Now, when running apt-get, I get the following error:
Errors were encountered while processing:
libgl1-mesa-glx
libglu1-mesa
E: Sub-process /usr/bin/dpkg returned an error code (1)
EDIT: output http://pastebin.com/xcKLrFgV
Also, running Ubuntu 11.04
sudo apt-get update && sudo apt-get upgradeas well ascat /etc/apt/sources.list- thanks. – fossfreedom♦ Feb 7 '12 at 20:41sudo apt-get update && sudo apt-get upgradeas well as cat/etc/apt/sources.listoutput added. – B Seven Feb 7 '12 at 23:17libgl1-mesa-glxbefore installinglibglu1-mesa? Somethink like:sudo apt-get install libgl1-mesa-glx && sudo apt-get install libglu1-mesa– desgua Feb 8 '12 at 0:02