This article introduces how to install Chrome browser on CentOS 7 and shares it with you. The details are as follows: Configure yum download source: Create a new file google-chrome.repo in the directory /etc/yum.repos.d/ [root@localhost ~]# cd /etc/yum.repos.d/ [root@localhost yum.repos.d]# vim google-chrome.repo Edit google-chrome.repo, the content is as follows, save and exit after editing (:wq) [google-chrome] name=google-chrome baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub Install Google Chrome browser: [root@localhost yum.repos.d]# yum -y install google-chrome-stable PS: Google's official repository may not be available in China, resulting in installation failure or failure to update in China. You can add the following parameters to install: [root@localhost yum.repos.d]# yum -y install google-chrome-stable --nogpgcheck In this way, Google Chrome can be installed successfully. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: MySQL turns off password strength verification
>>: Sample code on how to implement page caching in vue mobile project
Table of contents 1. Overview of MySQL Logical Ar...
In a cluster with master-slave replication mode, ...
This article is a simple calculator written using...
This article shares the specific code of React to...
Table of contents 1. What is grub encryption 2. g...
In actual Web development, inserting images, incl...
1. Download MySQL from the official website: This...
add -it docker run -it -name test -d nginx:latest...
Achieve results First use HTML to build a basic f...
The following is a picture mouse hover zoom effec...
1. Download MySQL database and install and config...
Previously, we all used files with the suffix .ms...
As the title says: The height is known, the width...
How to reset the initial value of the auto-increm...
Overview UNION The connection data set keyword ca...