Sur Ubuntu 64-bit, tapez les commandes suivantes :
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list"
Et
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome"
Mise à jour du paquet : sudo apt-get update
Según webupd8 Sur un système d'exploitation 64 bits, vous devez modifier les deux fichiers suivants :
/etc/apt/sources.list.d/google-chrome.list
Changer la ligne 3 de :
deb http://dl.google.com/linux/chrome/deb/ stable main
à :
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Modifier /opt/google/chrome/cron/google-chrome
Changez REPOCONFIG et SSLREPOCONFIG de :
REPOCONFIG="deb http://dl.google.com/linux/chrome/deb/ stable main"
SSLREPOCONFIG="deb https://dl.google.com/linux/chrome/deb/ stable main"
A
REPOCONFIG="deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main"
SSLREPOCONFIG="deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main"
Mise à jour du 3 août 2016 :
Pour installer la dernière version de Google chrome 50 (64bits) sur Ubuntu 16.04 LTS via PPA avec une bonne signature :
Téléchargez la clé publique de Google :
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Ajouter le dépôt de Google Chrome :
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
Mise à jour du référentiel :
sudo apt update
o
sudo apt-get update
Installez Google Chrome :
sudo apt install google-chrome-stable
o
sudo apt-get install google-chrome-stable