Search This Blog

Ubuntu Linux: Install google chrome browser

  1. Accept the key:
    sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  2. Install libxss1:
    sudo apt-get install libxss1
  3. 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
  4. 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
  5. If installation fails, run the following command to fix it:
    sudo apt-get -f install

No comments:

Post a Comment