How To Install Google Chrome On a RHEL/CentOS 7/8 and Fedora Linux 34 Using Yum Command

How To Install Google Chrome On a RHEL/CentOS 7/8 and Fedora Linux 34 Using Yum Command

To install Google Chrome on a Red Hat Enterprise Linux (RHEL) or CentOS 7/8 or Fedora Linux 34 system using the yum package manager, you can follow these steps:

  1. Download the Google Chrome .repo file to your system. You can do this by running the following command:
wget https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome.repo
Source:w‮‬ww.lautturi.com

This will download the google-chrome.repo file to the current directory.

  1. Copy the google-chrome.repo file to the /etc/yum.repos.d directory. You can do this by running the following command:
sudo cp google-chrome.repo /etc/yum.repos.d/

This will add the Google Chrome repository to your system's package sources list.

  1. Update your system's package sources list by running the following command:
sudo yum update

This will ensure that you have the latest packages and security updates installed on your system.

  1. Install Google Chrome by running the following command:
sudo yum install google-chrome-stable

This will install Google Chrome and all of the necessary dependencies.

  1. Once the installation is complete, you can start Google Chrome by running the google-chrome command from a terminal or by clicking on the Google Chrome icon in the application menu.

You can find more information about using the yum command and its options in the CentOS, RHEL, or Fedora documentation or by running the yum --help command.

You can find more information about using Google Chrome on CentOS, RHEL, or Fedora systems in the Google Chrome documentation or by searching online.

Created Time:2017-10-28 21:38:52  Author:lautturi