SuSE 10.1 - YUM PackMan and GPG

From Blue-IT.org Wiki

Revision as of 13:45, 9 June 2006 by Apos (talk | contribs)

Mulitmedia files

To get the full experience of the possibilities of your linux audio and video files, you should consider to enable two additional download repositories in YaST.

YaST installation sources
protocoll servername servername authentification purpose
http www.mirrorservice.org sites/ftp.opensuse.org/pub/ opensuse/distribution/SL-10.1/ non-oss-inst-source anonymous Non Opensource like java, acroread etc.
http www.mirrorservice.org sites/ftp.opensuse.org/pub/ opensuse/distribution/ SL-10.1/inst-source/ anonymous standard sources
http suse.inode.at pub/update/10.1/ anonymous official updates
http packman.rsync.zmi.at suse/10.1 anonymous additional NON-official packages
ftp ftp.gwdg.de pub/linux/misc/suser-guru/rpm/10.1 anonymous additional NON-official packages

Date: Apos 15:45, 9 June 2006 (CEST)

The next is taken from the thread: SuSE 10.0: YUM, PackMan und GPG

Generally

1. Load the appropriate key to a folder.

wget ftp://pathTo.YourFavorite.repo/public-keys.asc

2. Import the key via gpg.

gpg --import public-keys.asc

Packman and others ...

wget http://packman.rsync.zmi.at/public-keys.asc && gpg --import public-keys.asc

Only Guru

wget ftp://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/10.1/gpg-pubkey-guru.asc && gpg --import gpg-pubkey-guru.asc