Difference between revisions of "CentOS 7.x Installing Google chrome"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_package_management|CentOS 7.x package management</yambe:breadcrumb> =CentOS 7.x installing Google chrome= To install google-chrome use following...") |
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]] | |||
To install google-chrome use following steps: | To install google-chrome use following steps: | ||
Line 17: | Line 16: | ||
Refer: | Refer: | ||
* https://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/ | * https://www.tecmint.com/install-google-chrome-on-redhat-centos-fedora-linux/ | ||
[[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]] |
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:
- 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