Difference between revisions of "CentOS 7.x Installing Google chrome"

From Notes_Wiki
m
m
 
Line 1: Line 1:
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x installing Google chrome]]
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x Installing Google chrome]]


To install google-chrome use following steps:
To install google-chrome use following steps:
Line 20: Line 20:




[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x installing Google chrome]]
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x package management|Package management]] > [[CentOS 7.x Installing Google chrome]]

Latest revision as of 06:56, 25 August 2022

Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing Google chrome

To install google-chrome use following steps:

  1. Create a google-chrome.repo file in /etc/yum.repos.d with following contents:
    [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
  2. yum -y install google-chrome-stable


Refer:



Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing Google chrome