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.

Related Articles

Automation How To Configure GitLab FreeIPA LDAP Authentication VOIP Install Kamailio SIP Proxy Server From Source on CentOS 7 Desktop Install Google Chrome on Ubuntu 24.04 / 22.04 Desktop The Ultimate Guide to Translating PDFs Cross-Platform

Leave a Comment

Press ESC to close