Difference between revisions of "SuSE 10.1 - YUM PackMan and GPG"
From Blue-IT.org Wiki
(→Find rpm packages for SuSE) |
(→Mulitmedia files) |
||
Line 9: | Line 9: | ||
(german) [http://www.linux-community.de/Neues/story?storyid=16645 Apt Synaptic und Co.] | (german) [http://www.linux-community.de/Neues/story?storyid=16645 Apt Synaptic und Co.] | ||
− | == | + | ==Multimedia files== |
− | To get the full experience of the possibilities | + | To get the full experience of the possibilities for your audio and video data, you should consider to enable two additional download repositories in YaST. |
{| style="width:100%; border="1" cellpadding="2" | {| style="width:100%; border="1" cellpadding="2" | ||
|+ YaST installation sources for 10.1 | |+ YaST installation sources for 10.1 |
Revision as of 17:54, 15 August 2006
Contents
Find rpm packages for SuSE
(german) SuSE Wiki 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.
Multimedia files
To get the full experience of the possibilities for your audio and video data, 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 |
---|---|---|---|---|
ftp | 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)
- also see: (german) RPM-Packete_finden
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