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 Backup and Restore Linux Systems with Timeshift Debian Backup and Restore Linux Systems with Timeshift Fix Touchpad Issues on Linux (Ubuntu 24.04 / Fedora / Debian 13) Desktop Fix Touchpad Issues on Linux (Ubuntu 24.04 / Fedora / Debian 13) Install Qdrant on Rocky Linux 10 / AlmaLinux 10 AI Install Qdrant on Rocky Linux 10 / AlmaLinux 10 Install Zorin OS 18 Step-by-Step with Screenshots Desktop Install Zorin OS 18 Step-by-Step with Screenshots Install KDE Plasma Desktop on Ubuntu 22.04|20.04|18.04 Ubuntu Install KDE Plasma Desktop on Ubuntu 22.04|20.04|18.04

Leave a Comment

Press ESC to close