When trying to install anything:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
colord : Depends: libsane (>= 1.0.11-3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I tried running apt-get -f install
and apt-get install libsane
with no luck.
apt-get -f install
andapt-cache showpkg libsane | head -n3
– kubahaha Feb 26 '14 at 18:45Package: libsane
Versions:
1.0.22-7ubuntu1 (/var/lib/apt/lists/ubuntu.mirrors.ovh.net_ftp.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages) (/var/lib/dpkg/status) – user3079979 Feb 26 '14 at 18:52
apt-get -f install
and it reinstall it and now it's fixed. – user3079979 Feb 26 '14 at 19:06