How to install Google Chrome web browser on CentOS 8

Chrome Browser is the most widely used web browser in the world. It is a fast, easy-to-use, and secure browser built for the modern web.

Chrome is not an open source browser and is not included in the official CentOS source repository.

This tutorial explains how to install the Google Chrome web browser on CentOS 8.

1. Install Google Chrome web browser on CentOS 8##

Follow the steps below to install the Chrome web browser on your CentOS 8.

  1. Open your terminal and use wget to download the latest 64-bit Chrome.rpm installation package:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
  1. Once the download is complete, use root or another user with sudo privileges and run the following command to install the Chrome browser.
sudo dnf localinstall google-chrome-stable_current_x86_64.rpm

If prompted, enter your user password and the installation process will continue.

At this time, you have installed Chrome on your CentOS system.

Second, start the Chrome browser##

Now that the Chrome browser is installed on your CentoOS system, you can start it by entering google-chrome & on the command line or clicking the Chrome icon (launcher-Chrome browser)

When the Chrome browser is launched for the first time, it will ask you if you want to set it as the default browser, and if you are willing to send user statistics and crash reports to Google:

Select the checkbox according to your preference, and click ok to continue processing.

The Chrome browser will open and you will see the default welcome page:

From here, you can log in with your Google account, synchronize your bookmarks, history, passwords, and install Chrome apps and extensions.

Three, upgrade Chrome browser##

During the package installation process, the official Google source repository will be added to your system. You can use the following cat command to check if the file exists:

cat /etc/yum.repos.d/google-chrome.repo
[ google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl.google.com/linux/linux_signing_key.pub

When the new version is released, you can use dnf or your desktop standard software upgrade tool to upgrade.

Four, summary##

In this tutorial, we showed you how to install Chrome browser on CentOS 8 desktop system. If you have used a different browser before, like Firefox or Opera, you can import their bookmarks and settings into Chrome.

Recommended Posts

How to install Google Chrome web browser on CentOS 8
How to install Opera web browser on Ubuntu 18.04
How to install Chromium web browser on Ubuntu 18.04
How to install jdk1.8 on centOS7
How to install MySQL on CentOS 8
How to install Memcached on CentOS 8
How to install FFmpeg on CentOS 8
How to install Virtualbox on CentOS 8
How to install TensorFlow on CentOS 8
How to install TeamViewer on CentOS 8
How to install Perl 5 on CentOS
How to install Git on CentOS 8
How to install Gradle on CentOS 8
How to install Jenkins on CentOS 8
How to install Java on CentOS 8
How to install Go on CentOS 8
How to install GCC on CentOS 8
How to install Yarn on CentOS 8
How to install Nginx on CentOS 8
How to install Jenkins on CentOS 8
How to install Vagrant on CentOS 8
How to install Python 3.8 on CentOS 8
How to install Tomcat 9 on CentOS 8
How to install Webmin on CentOS 8
How to install Ruby on CentOS 8
How to install Skype on CentOS 8
How to install htop on CentOS 8
How to install Python on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Postgresql on CentOS 8
How to install Wordpress on Centos
How to install htop on CentOS 8
How to install TeamViewer on CentOS 8
How to install MariaDB on CentOS 8
How to install MongoDB on CentOS 7
How to install Odoo 13 on CentOS 8
How to install Apache on CentOS 8
How to install OpenCV on CentOS 8
How to install PHP on CentOS 8
How to install MongoDB on CentOS 8
How to install Apache Maven on CentOS 8
How to install Apache Kafka on CentOS 7
[Graphic] How to install tomcat on centos
R&D: How To Install Python 3 on CentOS 7
How to install GCC compiler on CentOS 7
How to install offline JDK1.8 on centos7.0
How to install and configure Elasticsearch on CentOS 7
How to install Visual Studio Code on CentOS 8
How to install and use Docker on CentOS 7
How to install RPM packages on CentOS Linux
How to install and configure VNC on CentOS 8
The easiest way to install Chrome on CentOS 6
How to install and use Composer on CentOS 8
How to install Node.js and npm on CentOS 8
How to install Django Web Framework on Ubuntu 18.04
How to install jdk1.8.0_151 and mysql5.6.38 on centos7.2.1511
How to install and configure phpMyAdmin on CentOS 6
How to install and use Curl on CentOS 8
How to install and configure Owncloud on CentOS 8
How to install VirtualBox client extension on CentOS 8
How to install Docker CE on RHEL 8 / CentOS 8