To install Google Chrome, run the following:
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
For 32-bit systems user can use this code:
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
This installs a needed library for Google Chrome, then downloads the latest version of Chrome to a temporary directory and installs it. Run
google-chrome
to start the browser.
During the installation a PPA is added to your system so that Google Chrome receives the latest updates whenever you check for system updates.
Comments
Post a Comment