Aus VDR Wiki
(Unterschied zwischen Versionen)
|
|
Zeile 1: |
Zeile 1: |
− | APT ist die für Debian GNU/Linux entwickelte Software-Paketverwaltung.
| + | #REDIRECT[[Debian - Befehle zur APT-Paket-Verwaltung]] |
− | | + | |
− | | + | |
− | ==Quellen==
| + | |
− | | + | |
− | Quellen werden in der Datei /etc/sources.list definiert.
| + | |
− | | + | |
− | Eine Beispieldatei:
| + | |
− | | + | |
− | # Security updates for "stable"
| + | |
− | deb http://security.debian.org stable/updates main contrib non-free
| + | |
− |
| + | |
− | # Stable
| + | |
− | deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
| + | |
− |
| + | |
− | # Stable Sources
| + | |
− | deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
| + | |
− | | + | |
− | | + | |
− | Die genaue Definition der Dateisyntax erhält man mittels "man sources.list". Obiges Beispiel enthält Sicherheitsupdatequellen für Debian stable sowie das Quellcoderepository (deb-src) und das Hauptrepository.
| + | |
− | | + | |
− | ==Häufig benutzte Befehle==
| + | |
− | | + | |
− | apt-get install xyz
| + | |
− | | + | |
− | Installiert das Softwarepaket xyz.
| + | |
− | | + | |
− | apt-get update
| + | |
− | | + | |
− | Aktualisiert das Inhaltsverzeichnis der Quellen für die Installation von Software.
| + | |
− | | + | |
− | apt-get upgrade xyz
| + | |
− | | + | |
− | Aktualisiert das Softwarepaket xyz.
| + | |
− | | + | |
− | apt-get remove xyz
| + | |
− | | + | |
− | Deinstalliert das Softwarepaket xyz.
| + | |
− | | + | |
− | apt-cache search xyz
| + | |
− | | + | |
− | Sucht nach dem String xyz in der Liste der verfügbaren Softwarepakete.
| + | |
− | | + | |
− | ==Weblinks==
| + | |
− | * http://wiki.debian.org/Apt
| + | |
− | * Beschreibung des {{wikipedia|Advanced Packaging Tool}}
| + | |
| | | |
| [[Kategorie:Debian]] | | [[Kategorie:Debian]] |
Aktuelle Version vom 26. Oktober 2013, 18:26 Uhr
- REDIRECTDebian - Befehle zur APT-Paket-Verwaltung