- Accept the key:
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- Install libxss1:
sudo apt-get install libxss1
- Download google chrome (you need to replace amd64 with i386 if you are running 32 bit Ubuntu):
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- Install the package (you need to replace amd64 with i386 if you are running 32 bit Ubuntu)::
sudo dpkg -i google-chrome-stable_current_amd64.deb
- If installation fails, run the following command to fix it:
sudo apt-get -f install
Search This Blog
Ubuntu Linux: Install google chrome browser
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment