Difference between revisions of "SuSE 10.1 - YUM PackMan and GPG"
From Blue-IT.org Wiki
Line 1: | Line 1: | ||
==Find rpm packages RPM== | ==Find rpm packages RPM== | ||
(german) [http://de.susewiki.org/index.php?title=RPM-Packete_finden RPM-Packete_finden] | (german) [http://de.susewiki.org/index.php?title=RPM-Packete_finden RPM-Packete_finden] | ||
− | ==Add YaST sources | + | ==Add YaST sources== |
(german) [http://de.susewiki.org/index.php?title=Yast_(Installationsquellen_hinzuf%C3%BCgen) Installationsquellen hinzufügen] | (german) [http://de.susewiki.org/index.php?title=Yast_(Installationsquellen_hinzuf%C3%BCgen) Installationsquellen hinzufügen] | ||
==Links for 9.3 and 10.x== | ==Links for 9.3 and 10.x== |
Revision as of 17:36, 12 August 2006
Contents
Find rpm packages RPM
(german) RPM-Packete_finden
Add YaST sources
(german) Installationsquellen hinzufügen
Links for 9.3 and 10.x
(german) Links
APT Synaptic
(german)Apt Synaptic und Co.
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 |
proto- coll | servername | directory | authenti- fication | purpose |
---|---|---|---|---|
http | www.mirrorservice.org | sites/ftp.suse.com/pub/suse/i386/9.3/ | anonymous | Non Opensource like java, acroread etc. |
http | suse.inode.at | pub/update/9.3/ | anonymous | official updates |
http | packman.rsync.zmi.at | suse/9.3 | anonymous | additional NON-official packages |
ftp | ftp.gwdg.de | pub/linux/misc/suser-guru/rpm/9.3 | 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