Sources.list
Aus ZH Wiki
Dieser Artikel bezieht sich auf das Betriebssystem Ubuntu Dapper Drake das auf dem Linux-Kernel aufsetzt.
Inhaltsverzeichnis |
Beschreibung
APT (Advanced Package Tool) ist der Name einer speziellen Software. Es handelt sich dabei um ein Paketmanagement-System, das im Bereich des Betriebssystems Debian GNU/Linux entstanden ist. Mittels APT ist es sehr einfach, Programmpakete zu suchen, zu installieren oder auch das ganze System komplett auf den neuesten Stand zu bringen. APT besteht aus einer Programmbibliothek und mehreren diese Bibliothek nutzenden Kommandozeilen-Programmen, von denen apt-get und apt-cache zentral sind. (aus de.wikipedia.org)
In der Datei /etc/apt/sources.list stehen die sogenannten Repositories (engl. Lager, Depot), also Quellen für Pakete. Dies können entweder CDs oder DVDs, Verzeichnisse auf der Festplatte oder, öfter, Verzeichnisse auf HTTP- oder FTP-Servern sein. Befindet sich das gesuchte Paket auf einem Server (oder einem lokalen Datenträger), so wird dieses automatisch heruntergeladen und installiert. (aus wiki.ubuntuusers.de)
Muster
Folgend je ein Muster für eine /etc/apt/sources.list unter Ubuntu (Dapper Drake)
i386
# Automatically generated sources.list # http://www.ubuntulinux.nl/source-o-matic # # If you get errors about missing keys, lookup the key in this file # and run these commands (replace KEY with the key number) # # gpg --keyserver subkeys.pgp.net --recv KEY # gpg --export --armor KEY | sudo apt-key add - # Ubuntu supported packages (packages, GPG key: 437D05B5) deb http://de.archive.ubuntu.com/ubuntu dapper main restricted deb http://de.archive.ubuntu.com/ubuntu dapper-updates main restricted deb http://security.ubuntu.com/ubuntu dapper-security main restricted # Ubuntu supported packages (sources, GPG key: 437D05B5) deb-src http://de.archive.ubuntu.com/ubuntu dapper main restricted deb-src http://de.archive.ubuntu.com/ubuntu dapper-updates main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted # Ubuntu community supported packages (packages, GPG key: 437D05B5) deb http://de.archive.ubuntu.com/ubuntu dapper universe multiverse deb http://de.archive.ubuntu.com/ubuntu dapper-updates universe multiverse deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse # Ubuntu community supported packages (sources, GPG key: 437D05B5) deb-src http://de.archive.ubuntu.com/ubuntu dapper universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu dapper-updates universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse # kubuntu.org packages for the latest KDE version (packages, GPG key: DD4D5088) deb http://kubuntu.org/packages/kde-latest dapper main # kubuntu.org packages for the latest KDE version (sources, GPG key: DD4D5088) deb-src http://kubuntu.org/packages/kde-latest dapper main # kubuntu.org packages for the latest amaroK version (packages, GPG key: DD4D5088) deb http://kubuntu.org/packages/amarok-latest dapper main # kubuntu.org packages for the latest amaroK version (sources, GPG key: DD4D5088) deb-src http://kubuntu.org/packages/amarok-latest dapper main # Bleeding edge wine packages (packages) deb http://wine.budgetdedicated.com/apt dapper main # Bleeding edge wine packages (sources) deb-src http://wine.budgetdedicated.com/apt dapper main # The Opera browser (packages) deb http://deb.opera.com/opera etch non-free # Skype deb http://download.skype.com/linux/repos/debian/ stable non-free
amd64
64 Bit Prozessoren:
# Automatically generated sources.list # http://www.ubuntulinux.nl/source-o-matic # # If you get errors about missing keys, lookup the key in this file # and run these commands (replace KEY with the key number) # # gpg --keyserver subkeys.pgp.net --recv KEY # gpg --export --armor KEY | sudo apt-key add - # Ubuntu supported packages (packages, GPG key: 437D05B5) deb http://de.archive.ubuntu.com/ubuntu dapper main restricted deb http://de.archive.ubuntu.com/ubuntu dapper-updates main restricted deb http://security.ubuntu.com/ubuntu dapper-security main restricted # Ubuntu supported packages (sources, GPG key: 437D05B5) deb-src http://de.archive.ubuntu.com/ubuntu dapper main restricted deb-src http://de.archive.ubuntu.com/ubuntu dapper-updates main restricted deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted # Ubuntu community supported packages (packages, GPG key: 437D05B5) deb http://de.archive.ubuntu.com/ubuntu dapper universe multiverse deb http://de.archive.ubuntu.com/ubuntu dapper-updates universe multiverse deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse # Ubuntu community supported packages (sources, GPG key: 437D05B5) deb-src http://de.archive.ubuntu.com/ubuntu dapper universe multiverse deb-src http://de.archive.ubuntu.com/ubuntu dapper-updates universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse # kubuntu.org packages for the latest KDE version (packages, GPG key: DD4D5088) deb http://kubuntu.org/packages/kde-latest dapper main # kubuntu.org packages for the latest KDE version (sources, GPG key: DD4D5088) deb-src http://kubuntu.org/packages/kde-latest dapper main # kubuntu.org packages for the latest Koffice version (packages, GPG key: DD4D5088) deb http://kubuntu.org/packages/koffice-latest dapper main # kubuntu.org packages for the latest Koffice version (sources, GPG key: DD4D5088) deb-src http://kubuntu.org/packages/koffice-latest dapper main # kubuntu.org packages for the latest amaroK version (packages, GPG key: DD4D5088) deb http://kubuntu.org/packages/amarok-latest dapper main # kubuntu.org packages for the latest amaroK version (sources, GPG key: DD4D5088) deb-src http://kubuntu.org/packages/amarok-latest dapper main # Skype # deb http://download.skype.com/linux/repos/debian/ stable non-free

