Google Chrome browser is an open source program for accessing the World Wide Web and running Web-based applications. The Google Chrome Web browser is based on the open source Chromium project. Google released Chrome in 2008 and issues several updates a year.
Download and install chrome web browser on centos 8; Through this tutorial, we will learn how to download and install google chrome web browser on centOS 8.
How to Install Google Chrome Web Browser on CentOS 8
Just follow the following steps to download and install google chrome web browser on centOS 8:
- Step 1 – Install Wget
- Step 2 – Download Chrome Repository
- Step 3 – Install Chrome on CentOS
- Step 4 – Launch Chrome in CentOS
Step 1 – Install Wget
First of all, open terminal or command line and execute the following command into it to install wget in centOS:
sudo dnf -y install wget
Step 2 – Download Chrome Repository
Once the wget has been installed in centos, then execute the following command on the command line or terminal to download the google chrome repository using wget:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
Step 3 – Install Chrome on CentOS
Once the google chrome repository has been downloaded. Then execute the following command on the command line or terminal to install chrome on centOS:
sudo dnf localinstall google-chrome-stable_current_x86_64.rpm
Step 4 – Launch Chrome in CentOS
Finally, execute the following command on the command line to launch chrome in CentOS:
chrome
Conclusion
Through this tutorial, we have learned how to download and install google chrome web browser on centOS 8.