Google Repository
Google repository for Fedora
Install the GPG key.
wget https://dl-ssl.google.com/linux/linux_signing_key.pub sudo rpm --import linux_signing_key.pub
You can verify the key installation by running
rpm -qi gpg-pubkey-7fac5991-*
Create the repository file.
sudo gedit /etc/yum.repos.d/google-i386.repo
Add the following.
[google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1
Save and exit. You can now install programs from the repository.
Return to home
