google Linux Software ,PICASSA

Command line configuration for YUM

First, use rpm to install the key, as described in the RPM setup guide.

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

If your .repo file contains gpgcheck=1, signatures will automatically be verified during installation.

If you are running a 64-bit distribution, you should also add the x86_64 repository, which will provide you with native 64-bit versions of some of our software:

[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

You can then use yum as usual, e.g.

]# yum install picasa
pica
  • Meet Author

    S.Abhilash, started this blog in the later half of 2009 as a self hosting site for all his previous blogging attempts. , My way of writing and frequency of publishing may not be uniform as my resources are my projects nd issues i came across. For the last few years this blog is reacing 100 s of unique visitors each day, thanks wordpress and google for such a perfection in their software and services.

    Head to Authors Page | Abhilash on Facebook



Category Google OS, Internet, Linux     Tags , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Comment on Facebook

2 Comments to “google Linux Software ,PICASSA”

Community



FREE News Letter

Enter your email address

See Also

Resources

Please Submit your Email Address to Get Latest Technology News As it Happens


Enter your email address


Read previous post:
Linux FHS (Filesystem Hierarchy Standard)

Directory Description / Primary hierarchy root and root directory of the entire file system hierarchy. /bin/ Essential command binaries that...

Close