linuxTechnology

How to Install Google Chrome on Ubuntu

Did you latterly change to Ubuntu from Home windows 11 or begin utilizing it in parallel with the Home windows ecosystem? After doing the preliminary checks, you should marvel the right way to set up Google Chrome in Ubuntu. Although there may be an app retailer on your assist, it’s possible you’ll discover it troublesome to put in new applications that aren’t accessible in its repositories. 

On this information, we’ll look into steps involving the right way to set up Google Chrome, replace it, and even uninstall it from the Ubuntu ecosystem. With none additional ado, let’s see the set up course of –

Install Google Chrome in Ubuntu

Set up Google Chrome in Ubuntu

Should you search for Google Chrome within the Ubuntu repositories, you’ll not discover it. So, you must manually obtain its deb package deal. For this, open the command line program in Ubuntu, and run the beneath command –

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

  • Operating this code will create a direct hyperlink to the Google servers and obtain the related deb package deal from there. Look forward to the obtain to finish. When accomplished, execute the beneath command subsequent –

sudo dpkg -i google-chrome-stable_current_amd64.deb

  • This command will set up the Google Chrome net browser utilizing the .deb file.

Observe: The very best factor about this command is that it’s going to not solely set up Google Chrome however can even add the Google repositories on Ubuntu. The put in repository consists of three packages and they’re –

  • google-chrome-stable
  • google-chrome-beta
  • google-chrome-unstable

Because the identify suggests, the primary package deal incorporates the newest secure launch of Chrome. This repository additionally helps to replace Chrome every time required. In any other case, you must manually obtain the .deb file every time you need to improve the Chrome model.

The right way to confirm Google Chrome set up

Although Google Chrome will need to have been put in in your Ubuntu working system, it’s possible you’ll confirm it by working the beneath command –

google-chrome --version

  • If this ends in “Google Chrome has been put in efficiently”, this confirms the Chrome set up.

To start out Chrome utilizing the command line, it’s possible you’ll sort the next and press Enter within the terminal –

google-chrome

Alternatively, you might also seek for this net browser on Actions within the prime left nook of your desktop display.

The right way to replace Google Chrome in Ubuntu

Now that you’ve got put in a secure model of Google Chrome in Ubuntu, it’s possible you’ll replace this program by working a single line within the terminal. To take action, it’s possible you’ll run these codes –

apt replace

set up google-chrome-stable

The right way to uninstall Google Chrome in Ubuntu

In case you ever need to uninstall the Google Chrome out of your Ubuntu OS, all you want is to run this code –

sudo apt purge google-chrome-stable

  • This may ask for a password. Sort in your consumer account’s password.

Observe: When you’re typing your password, nothing shall be displayed on the display. Don’t fear as that is due to a safety situation and it’s utterly regular. 

  • The system will now ask if you want to take away Google Chrome. Effectively, sort “Y” and press the Enter key. 
  • Google Chrome now uninstalls efficiently out of your Ubuntu OS.

Learn Subsequent:

  • The right way to set up Microsoft Groups on Ubuntu Linux
  • The right way to set up or uninstall Microsoft Edge on Linux

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button