I have this error message after running "sudo apt-get squid3 install" in terminal on ubuntu 12.04
The following packages have unmet dependencies:
squid3 :
Depends: squid3-common (= 3.1.19-1ubuntu3.12.04.3) but it is not going to be installed
I have this error message after running "sudo apt-get squid3 install" in terminal on ubuntu 12.04
The following packages have unmet dependencies:
squid3 :
Depends: squid3-common (= 3.1.19-1ubuntu3.12.04.3) but it is not going to be installed
Problem solved... I had to download the "squid-langpack" using my browser and installed it on the ubuntu after which the "sudo apt-get install squid-common" and "sudo apt-get install squid3"
Is this all. If so then try installing the squid3-common package manually using
apt-get install squid3-common
and then try installing squid again.
sudo aptitude install squid3
and looking at a few different solutions (respondn
) – Brandon Bertelsen Jun 26 '15 at 08:15