How to Download and Install Google Chrome on Ubuntu 18.04/20.04

Chrome is the world’s most popular web browser. It is both fast and secure. It is rich with features that provide users with the best browsing experience.

In recent times Firefox has improved a lot. It is a better choice, especially from a privacy point of view. If you are a Google fan, then we will not force you to ditch it and move to it. This is not open source and if you install this from the Ubuntu software center then you are not going to find it there. It shall recommend you install chromium. This is quite similar to it but is still not the real one.

Now a question may arise in your mind how to install it on Ubuntu 18.04, 20.04 and 22.04? The answer is simple; you download it from their website and use the terminal or GUI to proceed. Sounds easy? It’s because it is!

Follow below!

The Best 2 Ways on Installing Google Chrome on Ubuntu 18.04 and Ubuntu 20.04

This can be done in two ways. These are as followed:

Using the Terminal – For Professionals

Install chrome on ubuntu using terminal

Many users out there prefer the GUI way but if you like you can use the command line as well.

This is not as straightforward and simple as using “apt-install chrome” but at the same time, it is not complicated as well.

To do this:

  • You need to get the DEB file by using the wget command.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  • You can now use dpkg to install this from the DEB file that has been downloaded.
sudo dpkg -i google-chrome-stable_current_amd64.deb

That’s all; you can now find it in the menu and start it from there.

READ: Debian or Ubuntu (Ultimate Comparison Guide) – Do an informed OS pick.

Using the Graphical Interface – Good for beginners

If you are a new Ubuntu and Linux user then this is going to be quite overwhelming for you as we are going to list every step properly.

You need to remember that this is not available for 32-bit OS. Be sure that you are using 64-bit OS.

Recommended:  How To See Who Saved Your Instagram Post in 2023

Installing Chrome using GUI on Ubuntu

  • First of all; you need to have an active internet connection.
  • Then you need to visit its “website”.
  • Once there you would see a download button.
  • Once you click on this; it gives you two options for downloading files. You need to download .deb file which is suitable for it.
  • In the next screen, you need to opt for saving the file to the system in spite of opening it in the software center for installation.
  • If you are not going to do that and there were some issues with the software center then you would have to download the deb file once again. It is recommended that you download and then save the file itself.
  • The downloaded file should be in the download folder; installing it is very easy. You need to go to this folder and click on it. Consider these as those exe files in windows.
  • It shall open its software center and you can see an option for installing it now.
  • Click on the “install button”.

Troubleshooting tip: In Ubuntu 20.04 you would need to click right on the “deb file” and choose the top open with the software center.

  1. It shall ask you for passwords before starting with the installation process. Add in the required credentials. It would take less than a minute to complete this. You would see a remove option now that indicates that it is installed.
  2. Once this has been installed you can search for it on the menu.
  3. Click on the “windows key” and start typing chrome.
  4. Click on this icon and start using it.

READ: The Best Linux Android Emulators (Mega Choices).

Download Google Chrome for Ubuntu (64-Bit Latest)

Download Google Chrome Latest Version

If you want to download the file and unpack/install it manually please click on the button below. This will give you the latest Chrome file direct from Google Servers.

Chrome Browser for Ubuntu Download (.deb)

READ: How to Rename a File in Linux Ubuntu (Guide).

4 Tips for maximizing the potential of Chrome Browser on Ubuntu

As now this has been installed on 18.04 or any other version, you need to keep in mind the following tips:

  • Make it your favorite

If you are a frequent user, it would be a great idea to add it to your favorites in the default GNOME version so it can be accessed from the launcher on the left side.

  • Turn on syncing – save your bookmarks
Recommended:  17 Helpful Rsync SSH Command Examples For Linux (2022 List)

If you log in to it with a Google account that is Gmail then it allows users to sync bookmarks, history, browser plug-ins, and extensions from some other devices where they can use it with the same account.

  • Keep it always updated to avoid vulnerabilities

The best thing about this is that it adds repository in your sources list directory.

To put this in simple words, it will update along with system updates that are provided by it through Software Updater.

  • Does it keep crashing? There is a fix:

If you see any error with the message:

“The application Google Chrome has closed unexpectedly”

Do not panic as your system is safe and perfectly usable.

There was a temporary issue perhaps and some browser tab or extension crashed for some reason. Keep in mind that it is not fatal.

If you keep on seeing the pop-up each time you start chrome on it, you can use the “ignore future problems of this program version”.

It is all up to you whether you want to send the crash report or not. If you do not send it, it still won’t be a problem.

Installing this on Ubuntu is quite easy. This is not present in the software center but can be downloaded and installed in the same way as you do in windows and macOS.

READ: The Best Linux Screen Recording Software You Can Download.

Final Words

I hope you have enjoyed the above methods for installing Chrome on Ubuntu. I have shared two different ways which include using a terminal and GUI. Both have their pros and cons for their own uses. If you have an alternative way to download Chrome for Linux then please let us know in the comments below.

Leave A Reply

Please enter your comment!
Please enter your name here