User Tools

Site Tools


sources.list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sources.list [2006/11/09 17:59] 206.161.192.10sources.list [2006/11/13 13:48] (current) – old revision restored andi
Line 1: Line 1:
 +====== /etc/apt/sources.list ======
  
 +<file>
 +# stable
 +deb http://ftp.de.debian.org/debian/ sarge main contrib non-free
 +deb-src http://ftp.de.debian.org/debian/ sarge main contrib non-free
 +deb http://ftp.de.debian.org/debian-non-US/ sarge/non-US main contrib non-free
 +deb-src http://ftp.de.debian.org/debian-non-US/ sarge/non-US main contrib non-free
 +
 +# testing
 +deb http://ftp.de.debian.org/debian/ testing main contrib non-free
 +deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free
 +
 +# unstable
 +deb http://ftp.de.debian.org/debian/ unstable main contrib non-free
 +deb-src http://ftp.de.debian.org/debian/ unstable main contrib non-free
 +
 +# security updates
 +deb http://security.debian.org/ sarge/updates main contrib non-free
 +deb http://security.debian.org/ testing/updates main contrib non-free
 +
 +# sarge backports
 +deb http://www.backports.org/debian/ sarge-backports main
 +
 +# Marillat's multimedia packages
 +deb http://www.debian-multimedia.org/ sarge main
 +deb http://www.debian-multimedia.org/ etch main
 +</file>
 +
 +===== Pinning =====
 +
 +Read this first to understand what's that about:
 +
 +  * http://www.argon.org/~roderick/apt-pinning.html
 +  * http://jaqque.sbih.org/kplug/apt-pinning.html
 +
 +''/etc/apt/preferences''
 +
 +<file>
 +Package: *
 +Pin: release o=Debian,a=stable
 +Pin-Priority: 900
 +
 +Package: *
 +Pin: release o=Debian,a=testing
 +Pin-Priority: 400
 +
 +Package: *
 +Pin: release o=Debian,a=unstable
 +Pin-Priority: 300
 +
 +Package: *
 +Pin: release a=sarge-backports
 +Pin-Priority: 200
 +
 +Package: *
 +Pin: release o=Debian
 +Pin-Priority: -1
 +</file>
 +
 +===== Adding GPG keys for unofficial repositories =====
 +
 +If you get errors like this:
 +
 +  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
 +
 +You need to add the repositories key, fetch it from a public keyserver (the keyid are the last 8 chars):
 +
 +  #> gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907
 +  #> gpg --armor --export 1F41B907 | apt-key add -