HomeLinuxSet up Google Chrome on Ubuntu

Set up Google Chrome on Ubuntu [Using PPA and DEB]


Google Chrome Browser developed by Google Inc. is a freeware internet browser licensed underneath Google Chrome Phrases of Service.

As per Wikipedia (as of February 2023) statistics and traits Google Chrome Browser has a 65.76% utilization globally and we are able to say it’s not an very best various browser nevertheless it’s the very best and most generally used web browser, which makes use of the WebKit structure engine.

Google Chrome is a well-liked browser due to its simplicity, load rapidly i.e. pace, customizable, stability, and safety. The Google Chrome steady construct 113.0.5672.92 was launched on eighth Could 2023, for Home windows, Mac, and Linux with plenty of fixes and enhancements.

On this put up, we’ll present you some simple steps to put in Google Chrome Browser in Debian, Ubuntu, and Linux Mint.

There are two official methods to put in the Chrome browser, the one is utilizing Google Chrome PPA and the opposite methodology is, instantly downloading and putting in ‘.deb‘ bundle. We’ll present you each methods so as to choose no matter methodology you are feeling is straightforward.

Set up Google Chrome Utilizing PPA

1. We use Google’s official Linux software program repository (PPA) that can routinely set up and configure the settings wanted to maintain your Chrome browser up-to-date.

Earlier than putting in the repository, we have to obtain and set up Google’s Linux bundle signing Key that can routinely configure your bundle supervisor to confirm the integrity of packages earlier than downloading and putting in them on the system.

On Debian-based techniques (Ubuntu, Linux Mint, and so forth.), use the next wget command to obtain the important thing after which use ‘apt-key‘ so as to add it to the system.

$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

2. After including the important thing, run the next command so as to add a Chrome repository to your system sources.

$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ steady important" >> /and so forth/apt/sources.listing.d/google.listing'

3. After including the Chrome repository, you could do a system replace to replace the newly added Chrome repository, utilizing the next apt command.

$ sudo apt replace

4. Now, Google PPA offers three Chrome variations (steady, beta, and unstable), so set up no matter model you favor.

$ sudo apt-get set up google-chrome-stable    [Stable Release]
$ sudo apt-get set up google-chrome-beta      [Beta Release]
$ sudo apt-get set up google-chrome-unstable  [Unstable Release]

Set up Google Chrome Utilizing Deb Bundle

1. Go to the Google Chrome obtain web page and choose your bundle or you should use the next wget command to obtain and set up the most recent model.

$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
$ sudo dpkg -i google-chrome-stable_current_amd64.deb

2. As soon as it’s put in, launch the Google Chrome browser with a daily person.

$ google-chrome-stable
Google Chrome Preview
Google Chrome Preview

Uninstall Google Chrome From Ubuntu

To fully uninstall Google Chrome from Ubuntu, use the next command.

$ sudo dpkg -r google-chrome-stable
OR
$ sudo apt purge google-chrome-stable

When prompted, enter your person password, which can fully take away Google Chrome out of your Ubuntu together with the configuration information.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments