keskiviikko 10. huhtikuuta 2013

Install google chrome on linux

UPDATED from http://geekswastingtime.blogspot.fi/2013/04/fix-google-chrome-install-issues-in.html

sudo apt-get install libgconf2-4

32bit installs:
wget -P /tmp http://launchpadlibrarian.net/132294322/libudev0_175-0ubuntu19_i386.deb
sudo dpkg -i /tmp/libudev0_175-0ubuntu19_i386.deb
rm /tmp//libudev0_175-0ubuntu19_i386.deb

64bit installs:
wget -P /tmp http://launchpadlibrarian.net/119461136/libudev0_175-0ubuntu13_amd64.deb
sudo dpkg -i /tmp/libudev0_175-0ubuntu13_amd64.deb
rm /tmp/libudev0_175-0ubuntu13_amd64.deb


Original tutorial: http://www.liberiangeek.net/2011/12/install-google-chrome-using-apt-get-in-ubuntu-11-10-oneiric-ocelot/


To get started, press Ctrl – Alt – T to open Terminal. When it opens, run the command below to add Linux-repository public key from Google..

$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

 $ sudo gedit /etc/apt/sources.list.d/google.list

Then copy and paste the line below into the file and save.deb

http://dl.google.com/linux/chrome/deb/ stable main


After saving the file, run the commands below to update your system.

$ sudo apt-get update

Finally, run the commands below to install Google Chrome Stable version.

$ sudo apt-get install google-chrome-stable

Ei kommentteja:

Lähetä kommentti