Linux Tutorials

Install Google Chrome Browser on CentOS 8 | RHEL 8

This guide will walk you through the installation of Google Chrome Browser on RHEL 8 / CentOS 8. Google Chrome is a cross-platform web browser developed by Google which runs on Linux, Windows, macOS, iOS, and Android. Google Chrome is not available in the Red Hat / CentOS repositories and should be downloaded from the official Google Chrome download page and installed manually. We will download the RPM release of Google Chrome and use dnf or yum package manager to install it

Original content from computingforgeeks.com - post 18004

Step 1: Install wget

You need to have wget installed on your CentOS/RHEL system to use for the download.

sudo dnf -y install wget

Step 2: Install Google Chrome

Now use wget command to Download the latest release of Google Chrome.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

Navigate to the directory with the downloaded package and execute:

$ sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
....
Transaction Summary
======================================================================================================================================================================================================
Install  1 Package

Total size: 93 M
Installed size: 302 M
Is this ok [y/N]: y

Press “y” to accept Google Chrome installation on RHEL / CentOS 8.

Step 3: Launch and Use Google Chrome

Use Gnome activities menu to search for Google Chrome and Launch it.

install google chrome rhel centos 8

Alternatively, launch it from the terminal.

google-chrome
install google chrome rhel centos 8 02

There you have it. Enjoy using Google Chrome browser on RHEL / CentOS 8 workstation.

install google chrome rhel centos 8 03

Also check out below content.

Keep reading

Install Arch Linux the Easy Way with archinstall Arch Linux Install Arch Linux the Easy Way with archinstall How to Install CachyOS: Step-by-Step Guide Arch Linux How to Install CachyOS: Step-by-Step Guide Backup and Restore Linux Systems with Timeshift Debian Backup and Restore Linux Systems with Timeshift 12 Things to Do After Installing Peppermint OS Desktop 12 Things to Do After Installing Peppermint OS How to Install Peppermint OS Step-by-Step (With Screenshots) Desktop How to Install Peppermint OS Step-by-Step (With Screenshots) Best Open Source Download Manager Applications for Linux Users Desktop Best Open Source Download Manager Applications for Linux Users

Leave a Comment

Press ESC to close