Saturday, April 27, 2013

Install Google Chrome in Ubuntu 13.04 [SOLVED]

1. Open a terminal window.
2. Type in the following commands then hit Enter after each for the 32 bit version of Chrome.

wget -O libudev0_175-i386_NoobsLab.com.deb http://goo.gl/8hrxx
sudo dpkg -i libudev0_175-i386_NoobsLab.com.deb
sudo apt-get install libgconf2-4 libxss1
wget -O g-chrome-NoobsLab32.deb https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i g-chrome-NoobsLab32.deb && rm g-chrome-NoobsLab32.deb

3. Type in the following commands then hit Enter after each for the 64 bit version of Chrome.

wget -O libudev0_175-amd64_NoobsLab.com.deb http://goo.gl/JJukQ
sudo dpkg -i libudev0_175-amd64_NoobsLab.com.deb
sudo apt-get install libgconf2-4 libxss1
wget -O g-chrome-NoobsLab64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i g-chrome-NoobsLab64.deb && rm g-chrome-NoobsLab64.deb

For more, see the original article at the link below.

No comments:

Post a Comment