henriquecfreitas
(usa Ubuntu)
Enviado em 21/10/2013 - 20:52h
Olá, ao usar um scrip que eu tinha feito a um tempo para instalar o google chrome automáticamente,
(
wget -q -O -
https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sh -c 'echo "deb
http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
apt-get update
apt-get install google-chrome-stable
)
tive a seguinte mensagem de erro:
"Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
google-chrome-stable : Depends: lib32gcc1 (>= 1:4.1.1) but it is not installable
Depends: lib32stdc++6 (>= 4.6) but it is not installable
Depends: libc6-i386 (>= 2.11) but it is not installable
E: Unable to correct problems, you have held broken packages.".
Detalhe, a um tempo atrás, o script funcionava quando usado no mesmo sistema (kubuntu).