Have you ever wondered why there are not so many users of Chromium-based browsers on Linux? Most people prefer using Google Chrome rather than the other Chromium-based browsers. The good news is that you can also enjoy its benefits by installing Google Chrome on Ubuntu and Linux Mint. If you love Google Chrome, but prefer to use it from the terminal instead of having another browser as your primary app, this article should be useful for you.

Advertisement

In this article, we’ll show you how to install Google Chrome on Ubuntu or Linux Mint and some tips for how to use it as your primary browser. Read on!

How to Install Google Chrome with PPA

The Google Chrome developer team provides a PPA for installing it on the Debian-based systems. All the users, that have terminal access only can follow these instructions. Use the below instructions to install Google Chrome with PPA on Ubuntu, Debian, and Linux Mint systems.

  1. Configure GPG Key:

    First, you need to configure the GPG key on your system. The latest Linux operating systems changed the way of using GPG keys. So use one of the below commands as per the operating system version:

    • Ubuntu 22.04 and newer versions:
      curl https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/chrome.gpg > /dev/null 2>&1 
      
    • Ubuntu 20.04 and older versions:
      wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
      
  2. Setup Chrome PPA:

    Next, create a PPA file for Google Chrome on your system. Use one of the below commands as per your operating system version:

    • Ubuntu 22.04 and newer versions:
      sudo sh -c 'echo "deb [arch=amd64 signed-by=/usr/share/keyrings/chrome.gpg ] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' 
      
    • Ubuntu 20.04 and older versions:
      sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' 
      
  3. Install Google Chrome Application:

    After adding the Google Chrome repository to our system use the following commands to install the latest Google Chrome stable release. If you already have installed an older version, It will upgrade the currently installed version with the recent stable version.

    sudo apt update 
    sudo apt install google-chrome-stable 
    

    If prompted for confirmation, Press ‘y’ and hit enter to complete the Google chrome installation.

    How to Install Google Chrome In Ubuntu
    Installing Google Chrome In Ubuntu

Launch Google Chrome

You have successfully installed Google Chrome on your Ubuntu or Linux Mint system. After successful installation, the GUI can search for the chrome launcher icon under applications to start the application.

Launch Google Chrome

During the first launch, Chrome will prompt you to set it as the default browser. Choose options of your choice and click Ok.

Set Google Chrome as default browser

The Google Chrome web browser is successfully installed and running on the Ubuntu system.

Google Chrome browser running on Ubuntu

Tips for Using Google Chrome on Linux

If you’re using Google Chrome as your primary browser, we recommend that you install the following open-source extensions to enjoy all its features in an easier way.

  • The Great Suspender: This is one of the most useful extensions for Chrome on Linux. It will automatically suspend the inactive tabs, making your browser faster.
  • Session Buddy: With Session Buddy, you can resume your tabs from where you left off. This is great if you’re using more than one computer.
  • Hover Zoom: Hover Zoom allows you to zoom images by hovering the cursor over them.
  • Download Tab: You can download the complete contents of a tab or a link.
  • Speed Dial: Google Speed Dial is an excellent alternative to the built-in New Tab.
  • Session Manager: This extension allows you to save and restore sessions.

Conclusion

Chromium-based browsers are very fast and efficient. If you’re a heavy user of the internet, Google Chrome is the best browser for you. And now that you know how to install and use it, there’s no reason for you not to try it out. We hope you find this article useful. Stay tuned for more guides on Chrome on Linux!

Share.

45 Comments

  1. Socrates Tuas on

    Why does mine have an error like this?
    Error: /etc/machine-id contains 0 characters (32 were expected)

    Thanks

  2. Yogi Shridhare on

    I am stuck at version 70. I would like to install version 74. This article didn’t help with that.

  3. Nithyanandham on

    How to downgrade the version in chrome ubuntu 16.04
    Already installed version – 72.0.3626.121 (Official Build) (64-bit)
    Need to downgrade version – 71.0.3578.98 (Official Build) (64-bit)
    Kindly suggest.

  4. “Plenty of useful information here. I am sending it to a
    few friends ans additionally sharing in delicious.
    And certainly, thank you in your effort!”

  5. After following the instructions – which are very clear, thank you! – I continue to get error messages:

    The following packages have unmet dependencies:
    google-chrome-stable : Depends: libnss3 (>= 2:3.22) but 2:3.19.2.1-0ubuntu0.15.04.2 is to be installed
    Recommends: libu2r-udev but it is not installable
    W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
    W: You may want to run apt-get update to correct these problems
    E: Unable to correct problems, you have held broken packages.

    I am new to using Linux – how do I fix these broken packages?

    Thanks in advance for your help!

  6. Avira Support on

    Thanks for sharing this information with us. it helps me to a lot to install and upgrade chrome in ubuntu.

  7. If you would rather be sure it stays local, find out the things they are able to provide you with
    to receive going to get a very minimal funds. As you start to see improved sales volume, then devote some of the profits in the direction of additional SEO efforts.
    Repeat this process till you have everything you need and want
    firmly inplace.

  8. Nazrul Islam on

    Really such an awesome article
    Every blogger should read this and share this post.
    Thanks for the shared with us.

  9. Nazrul Islam on

    Hello Dear Sir, this blog post is very useful information for the new bloggers, your blog post went to get a lot of new education after I read it,
    Please continue to post such an informative blog. Therefore, people like us will be motivated in real life.
    I’m new in this area and I’m building my website, I’m working hard on this
    Your blogs are very useful here and especially to this blog, which provide this point information, I have received lots of help to read this blog post, please continue to share this kind of information.
    Thank you.

  10. Avira Support Number on

    I am Ubuntu operating system. I am facing some problem for last few days USB ports not working properly My laptop not detected any USB devices.

  11. By following your instructions, I have successfully updated my Google Chrome to latest version 61 (Oct 2017). Thank you very much.

  12. Nazrul Islam on

    Hi, this blog post is very useful information for the new bloggers,
    Please continue to post such an informative blog.
    Your blogs are very useful here and especially to this blog, which provide this point information, I have received lots of help to read this blog post, please continue to share this kind of information.
    Thank you.

  13. Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted

  14. Thanks so much, this worked perfectly (running Ubuntu 15.04). The unfortunate part is that I ONLY need Chrome for Netlfix!

  15. After running: “sudo apt-get update” on Ubuntu 14.04 32-bit.the following error is being thrown pls help me in this regard,…………..

    W: GPG error: http://in.archive.ubuntu.com trusty-backports Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key
    W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
    W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)

  16. Christian Harms on

    Sorry – not every is trusting google …

    Second: chrome has a sandbox system for every tab – so it is memory hungry and NOT a light weight browser.

    And take a look on a defintion for a ” multi user environment” …..

Leave A Reply

Exit mobile version