In the process of trying to fix a problem with skype on my Ubuntu 12.04 LTS host, I managed to break libuuid1, and I have tried everything I could think of:
sudo apt-get dist-upgrade
sudo apt-get install libuuid1
sudo apt-get upgrade -f
sudo apt-get -o APT::Immediate-Configure=no upgrade
sudo apt-get autoremove
but keep getting the same error which looks like a vicious circle:
The following packages have unmet dependencies:
libuuid1 : Breaks: libuuid1:i386 (!= 2.20.1-1ubuntu3) but 2.20.1-5.3 is installed
libuuid1:i386 : Breaks: libuuid1 (!= 2.20.1-5.3) but 2.20.1-1ubuntu3 is installed
Does anyone have any suggestion on how to fix this, short of reinstalling Ubuntu?
sudo dpkg -i libuuid1_2.20.1-1ubuntu3_i386.deb-sudo dpkg -i libuuid1_2.20.1-1ubuntu3_amd64.deb– R Palmtag Dec 21 '12 at 23:13