Installing Google Chrome on Ubuntu 11.10 – Oneiric Ocelot
#1 Get the debian package of chrome from its official website.
#2 Now, you can either install it using Software Center or from command line.
Installing Chrome using Ubuntu Software Center
You can also use the dpkg tool to install the *.deb package. Open the terminal (CTRL+ALT+T), and type (move to other directory instead of Downloads f you’ve saved it some where else) :
cd Downloads sudo dpkg -i file_name.deb
#3 If any dependency error occurs then run the following command(s)
sudo apt-get -f install
or install dependent libraries/program manually like this :
sudo apt-get install libnspr4-0d sudo apt-get install libcurl3
3 Responses to “Installing Google Chrome on Ubuntu 11.10 – Oneiric Ocelot”
Trackbacks / Pingbacks
- - outubro 18, 2011

Valeu Candido, tentei instalar pela central de programas e deu erro, com o seu passo a passo funcionou…. irado.
mais uma pequena ajuda baixe google chorme no formato debian para ubuntu 11.10 depois descompate abrindo a central de programa ou use instalador de pacotes gdebi.simples.
ircarlos.ubuntu