lundi 13 février 2012

Installer les dépôts Google et Chrome

Ça a marché pour moi... Mon problème était différent, j'avais installé hier par la "voie normale" Google Chrome 17 mais comme souvent, il y a eu un problème de "plugin missing", Flash en l’occurrence. Je savais qu'une nouvelle version 17 venait de sortir pour "fix the bug" mais pas moyen, j'avais un problème de "key". Je suis donc tombé sur ce blog howopensource.com qui m'a donné indirectement la soluce...  Je suis seulement allé jusqu'à sudo apt-get update puis dans Synaptic où j'ai affiché Nouvelle version amont du logiciel. Une nouvelle version pour Google Chrome beta est apparue, la 18 (déjà?!!). Je n'ai plus eu qu'à mettre à jour via Synaptic. Mais... (il y a toujours un mais, malheureusement...), si la nouvelle version de Chrome n'a plus de problème avec Flash, il y a un gros bug avec le "fenêtrage". Espérons une nouvelle release... La traduc est de moi... et en 5 mn-chrono. Alors, gardez vos réflexions pour vous!
First download and install the key from Google Linux Repository. Or run the following command in the terminal, type the password for the user when prompted.
D'abord téléchargez et installez la clé depuis les dépôts de Google Linux ou lancez la cette commande dans un terminal, et tapez votre password quand on vous le demande...
$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
After installing the key run the below command to add it to the repository. Après avoir installé la clé, lancez la commande ci-dessous pour l'ajouter au dépôt.
$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Thats it. Now update your repository and install the browser. OK. Maintenant, mettez à jour votre dépôt et installez le navigateur.

To Update

$ sudo apt-get update
At this point, you can go as well to Synaptic, search for Google-chrome and update. A ce point, vous pouvez tout aussi bien aller à Synaptic puis mise à jour de Google Chrome.

To Install the Stable version

$ sudo apt-get install google-chrome-stable
The above command will install the current stable version. La commande au-dessus installera la version stable.

To Install the Beta Version

$ sudo apt-get install google-chrome-beta
The above command will install the current beta version. You can also install the unstable version by using the following command. La commande ci-dessus installera la version beta actuelle. Vous pouvez aussi installer la version "unstable" en utilisant la commande suivante.
$ sudo apt-get install google-chrome-unstable
Check the screen shot below. Vérifiez la capture d'écran ci-dessous.
Hope this will be helpful for you!!! J'espère que ça vous aura bien aidé!!!
D'après/from howopensource.com

1 commentaire:

Ajoutez un commentaire mais en bon Français ou éventuellement en bon Anglais. Les commentaires en langage SMS seront supprimés.