Linux - Yum install google chrome in fedora 21 22 cent os, How to install google chrome in fedora 21 22
Yum install google chrome in fedora 21 22 cent os
As we all know google chrome is now becoming one of the most used browser, Its easy and simple to install in linux by following the below steps. To install Google Chrome in Fedora 20 / 19 / 18 / 17 / 16 / 15 / 14 and RHEL using yum, you need to add the Google Repository to your YUM Repository. As the first step download and install the key from Google linux repository http://www.google.com/linuxrepositories/I am executing below steps as root. If you are running as sudo, then try to provide password when required
To Download key
# wget https://dl-ssl.google.com/linux/linux_signing_key.pub
Install the key first
# rpm --import linux_signing_key.pub
Create Google Repository
# vi /etc/yum.repos.d/google.repo
Copy & Paste below into the Google repo file
For 32 Bit
[google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
For 64 Bit
[google-chrome] name=google-chrome - 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
Note: Both 32-bit and 64-bit repos can be placed in the same file. Install Google Chrome with YUM (as root user)
Install Google Chrome Stable version
# yum install google-chrome-stable
Install Google Chrome Beta Version
# yum install google-chrome-beta
Install Google Chrome Unstable Version
# yum install google-chrome-unstable
The topic on Linux - Yum install google chrome in fedora 21 22 cent os is posted by - Penqueen
Hope you have enjoyed, Linux - Yum install google chrome in fedora 21 22 cent osThanks for your time