Reply to comment
How to install Google Chrome Beta in Fedora 11 and Fedora 12 via yum
Submitted by Richard on Sun, 02/21/2010 - 07:17Configure 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





Subscribe to Comments