CentOS 7.x Installing Google chrome
From Notes_Wiki
Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing Google chrome
To install google-chrome use following steps:
- 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
- yum -y install google-chrome-stable
Refer:
Home > CentOS > CentOS 7.x > System Administration > Package management > CentOS 7.x Installing Google chrome