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
I was curious about how to access the project usi...
Error description: 1. After installing Nginx (1.1...
Dockerfile is a text file that contains instructi...
Docker is really cool, especially because it'...
Table of contents 1. Scenario 2. Solution 3. Conc...
1. Enter the container docker run [option] image ...
How to introduce svg icons in Vue Method 1 of int...
Introduction to sudo authority delegation su swit...
Command to add a route: 1.Route add route add -ne...
The appearance of a web page depends largely on i...
Learned ConcurrentHashMap but don’t know how to a...
I have been having this problem recently when desi...
Without going into details, let's go straight...
One purpose Select a local folder on the Html pag...
Error message: Job for mysqld.service failed beca...