CentOS 7 uses RPM to install google chrome browser

Install Google Chrome using Google's official rpm package. Methods as below:

configure yum

First, you need to modify the update source of yum, enter the “/etc/yum.repos.d”directory, create a new "google.repo"file, or directly modify the directory, “CentOS-Base.repo”and append the following parameters to the file:

32-bit system, copy the following and save

  1. [google]
  2. name=Google- i386
  3. baseurl=http://dl.google.com/linux/rpm/stable/i386
  4. enabled=1
  5. gpgcheck=1
  6. gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64-bit system, copy the following and save

  1. [ google64 ]
  2. name=Google- x86_64
  3. baseurl=http://dl.google.com/linux/rpm/stable/x86_64
  4. enabled=1
  5. gpgcheck=1
  6. gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

install chrome

Open the terminal and install different versions of chrome.
Install Stable Version: yum install google-chrome-stable
Install Test Version: yum install google-chrome-beta
Install Unstable Version:yum install google-chrome-beta

linux
After testing, the method is available.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327041365&siteId=291194637