Install Google Chrome In Ubuntu 14.04/14.10


To install Google Chrome, run the following command in console :

for ubuntu x32 :

sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

sudo dpkg -i google-chrome*.deb

for ubuntu x64 :

sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
Previous
Next Post »