Difference between revisions of "SuSE 10.1 - YUM PackMan and GPG"
From Blue-IT.org Wiki
(→Mulitmedia files) |
(→Mulitmedia files) |
||
Line 5: | Line 5: | ||
! proto- coll !! servername !! directory !! authenti- fication !! purpose | ! proto- coll !! servername !! directory !! authenti- fication !! 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/ 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 || 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 || suse.inode.at || pub/update/10.1/ || anonymous || official updates |
Revision as of 09:56, 11 August 2006
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.
proto- coll | servername | directory | authenti- fication | 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