Debian 3.1 "Sarge" sources.list - Beispiele

simplex

simplex

[Versuchstier]
Hi! :)

Habe für unsere Schule mal ein Debian System auf dem MedienServer installiert! Was man nicht alles für gute Noten macht :brav:

Jetzt meine Frage! Wie sieht eine aktuelle sources.list unter Debian Sarge aus? Ich habe da mal einen Blick reingeworfen...dort stehen nur 3 Zeilen drin.

Bei meinem Ubuntu weitet sich das auf knapp 15 Zeilen...

Daher meine Frage...wie sieht eine aktuelle sourcest.list aus? Wäre cool, wenn jemand mal hier seine posten könnte!

Dankeschöööön und gute Nacht :)
Micha
 
zum Beispiel könnte sie so aussehen:

Code:
# /etc/apt/sources.list for Knoppix
# If you want to do a "full upgrade", you should first
# upgrade the Packages from Debian/unstable (KDE & Co.)
# before doing a (dist-)upgrade for Debian/testing.
#
# See sources.list(5) for more information, especialy
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.

# Security updates for "stable"
deb http://security.debian.org stable/updates main contrib non-free
deb http://security.debian.org testing/updates main contrib non-free

# Stable
deb http://ftp.de.debian.org/pub/debian stable main contrib non-free

# The non-US branch doesn't exist anymore since sarge. -KK
# deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free
# deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free
# deb-src http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free
# deb http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
# deb-src http://ftp.de.debian.org/debian-non-US unstable/non-US main contrib non-free
# deb http://ftp.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

# Stable Sources
 deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free

# Testing
deb http://ftp.de.debian.org/pub/debian testing main contrib non-free

# Testing Sources
# deb-src http://ftp.de.debian.org/pub/debian testing main contrib non-free

# Unstable
deb http://ftp.de.debian.org/debian unstable main contrib non-free

# Unstable Sources
# deb-src http://ftp.de.debian.org/debian unstable main contrib non-free

# Experimental
deb http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

# Experimental Sources
# deb-src http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

# ndiswrapper source
# deb http://ndiswrapper.sourceforge.net/debian ./

# KDE 3.4 (not in sarge)
# deb http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./
# deb-src http://pkg-kde.alioth.debian.org/kde-3.4.1/ ./

# Unichrome graphics driver
# deb http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/
# deb-src http://www.physik.fu-berlin.de/~glaweh/debian/ unichrome/

# NX stuff
# deb http://www.kalyxo.org/debian/ experimental main
# deb http://www.kalyxo.org/debian/ unstable main

# ndiswrapper
# deb   http://rigtorp.se/debian unstable/
# deb-src       http://rigtorp.se/debian unstable/

# Blades Repository (pppoeconf & co)
# deb http://people.debian.org/~blade/testing ./
# deb-src http://people.debian.org/~blade/testing ./

# deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main

# Knoppix special packages resource at LinuxTag HQ
# deb http://developer.linuxtag.net/knoppix ./
  deb-src http://developer.linuxtag.net/knoppix ./

# deb http://snapshot.debian.net/archive pool gcc
# deb-src http://snapshot.debian.net/archive pool gcc

# From the Kanotix archives
# deb http://kanotix.com/files/debian/ ./
# deb-src http://kanotix.com/files/debian/ ./

# Packages from ubuntu. CAUTION, they don't mix well with Debian
# deb http://de.archive.ubuntu.com/ubuntu hoary main universe multiverse
# deb-src http://de.archive.ubuntu.com/ubuntu hoary main universe multiverse

# Skype-Paket auf hda1
#  deb file:/home/hicl/downloadz/progz/skype
# Skype auf skype-server
# deb http://download.skype.com

mfg
hagbard
 
Normalerweise reichen auch 2 Zeilen ... falls Du natürlich noch zusätzliche "externe" bzw. aktuellere Software willst, musst Du die entsprechenden Sourcen mit aufnehmen. Ausreichend wäre folgendes:

Code:
# Security update Pakete
deb ftp://ftp.de.debian.org/debian-security sarge/updates main contrib non-free

# Sarge Pakete
deb ftp://ftp.de.debian.org/debian stable main contrib non-free

# jetzt kommt nur "Bonus"!
######################################

# einige "kurzlebige" Pakete (z.B. clamav)
deb http://ftp.de.debian.org/debian-volatile sarge/volatile main contrib non-free

# Multimedia Pakete (z.B. mplayer)
deb ftp://ftp.nerim.net/debian-marillat sarge main

# Backports (nur verwenden mit Apt-Preferences, siehe www.backports.org)
#deb http://www.backports.org/debian sarge-backports main

# Java
deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian sarge non-free
 
hier noch meine,

GNU/Linux Debian Sarge:
Code:
deb http://ftp.de.debian.org/debian/ stable main contrib non-free
deb-src http://ftp.de.debian.org/debian/ stable main contrib non-free

deb http://security.debian.org/ stable/updates main

#Backports
deb http://www.backports.org/debian/ sarge-backports main

#Mplayer
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

#Packages for the bittorrent client azureus and eiwic
deb http://www.plaisthos.de/deb/ ./
deb-src http://www.plaisthos.de/deb/ ./

#debian-unofficial
deb http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted

für die nachwelt :D

gruß

zyon
 
Hallo

In einer Debian Sarge(=stable) hat IMHO testing sid und experimental nix zu suchen.

Gruß Wolfgang
 
Wolfgang schrieb:
Hallo

In einer Debian Sarge(=stable) hat IMHO testing sid und experimental nix zu suchen.

Gruß Wolfgang

bin ich gemeint? Oder war das eine allgemeine aussage!?

gruß

zyon
 
zyon schrieb:
bin ich gemeint? Oder war das eine allgemeine aussage!?

gruß

zyon
Gegenfrage:
Hast du testing, unstable oder experimentell in deiner Liste vorgeschlagen?

:D :D


Also war es allgemein und im speziellen Fall (such ihn dir selbst aus) sowieso gemeint. :devil:

Gruß Wolfgang
 
Wolfgang schrieb:
Gegenfrage:
Hast du testing, unstable oder experimentell in deiner Liste vorgeschlagen?

:D :D


Also war es allgemein und im speziellen Fall (such ihn dir selbst aus) sowieso gemeint. :devil:

Gruß Wolfgang
ohh habe es grade gesehen, habe bei überfliegen einfach gedacht er hat diese auskommentiert. :D na ja, dem Nick wirds nicht gerecht.

gruß

zyon
 

Ähnliche Themen

Auswahl Serverbetriebssystem

Software-Raid (mdadm) - Festplatte ersetzen

Kleiner Mailserver unter Debian Lenny

[HowTo] Debian Installation mit Installer über SSH

usb-ethernetadapter für debian lenny

Zurück
Oben