How to install Google Chrome Beta in Fedora 11 and Fedora 12 via yum
Submitted by Richard on Sun, 02/21/2010 - 07:17
Configure Google rpm repository
Google's Linux packages are signed with a GNU Privacy Guard (GPG) key. You must install the public package signing key on your system to prevent warnings or errors when installing packages from the Google Linux software repositories. Download the key and then use rpm to install it.
Run these command as root:
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
rpm --import linux_signing_key.pub
As root, add the following to a file called google.repo in /etc/yum.repos.d/:
[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
Install Google Chrome
Use yum to install google chrome
yum install google-chrome-beta
Bookmark/Search this post with:


Delicious
Digg
StumbleUpon
Furl
Facebook
Twitter
Google
Yahoo
Buzz Up!
LinkedIn
Technorati



Comments
[...] version of Google Chrome for linux from here or install it using yum, you can follow my tutorial here. After you installed Google Chrome and Java Runtime Environment, just create symbolic link of the [...]
Post new comment