Patricia Nimocks Clear Acrylis Sealer Gloss Msds
Google Linux Repositories
Google has just released a linux repository service. The repositories are for various distributions, you can search the distro of your choice on the official site
Here are the settings for fedora repos:
First Instead, we have to use rpm to install the key, as described in the configuration guide
RPM.
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
If your file contains gpgcheck = 1, the signature is automatically verified during installation.
If you are running a 64-bit distribution, you should also add the x86_64 repository:
[google64]
name = Google - x86_64 baseurl = http://dl.google.com/linux/rpm/stable/x86_64
enabled = 1 gpgcheck = 1
You can then use yum as usual:
yum install picasa
0 comments:
Post a Comment