1) Enable Google YUM repository
Add following to /etc/yum.repos.d/google.repo file:
Note:type uname -a to find out if your fedora is 32 bit or 64 bit.
If 32 bit then add the following line in /etc/yum.repos.d/google.repo file.
---------------------------
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
---------------------------
If 64 bit then add the following line in /etc/yum.repos.d/google.repo file.
---------------------------
[google64]
name=Google - x86_64
baseurl=http://dl.google.com/linux/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
---------------------------
2) Now we can use yum install command to install.
For Stable version
yum install google-chrome-stable
For beta version
yum install google-chrome-beta
0 comments:
Post a Comment