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:
.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.repoSource:www.lautturi.com
This will download the google-chrome.repo
file to the current directory.
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.
sudo yum update
This will ensure that you have the latest packages and security updates installed on your system.
sudo yum install google-chrome-stable
This will install Google Chrome and all of the necessary dependencies.
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.