Apt: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geist (Diskussion | Beiträge) |
Geist (Diskussion | Beiträge) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 23: | Zeile 23: | ||
apt-cache policy apt | apt-cache policy apt | ||
+ | apt-file update | ||
+ | |||
+ | /var/cache/apt/archives | ||
+ | apt-get clean | ALLE | ||
+ | apt-get autoclean | NUR VERALTETE | ||
+ | |||
+ | apt-get --install-suggests install apt | ||
+ | |||
+ | options: | ||
+ | -s | ||
+ | -d | ||
+ | |||
+ | apt-get -t stretch-backports install apt | Release | ||
+ | |||
+ | apt-get dist-upgrade | ||
+ | |||
+ | apt-get remove apt | ||
+ | |||
+ | apt-get autoremove | PAKET | ||
+ | apt-egt purge | CONFIG FILES | ||
+ | |||
+ | apt-get -f install | ||
+ | |||
+ | apt-listbugs | ||
+ | apt-listbugs list apt | ||
+ | |||
+ | apt-key | ||
+ | apt-key list | ||
+ | debian-archive-keyring | ||
+ | /etc/apt/trusted.gpg | ||
+ | |||
'''Bereiche:''' | '''Bereiche:''' |
Aktuelle Version vom 24. März 2022, 13:59 Uhr
Advanced Package Tool(APT)
/etc/apt /etc/apt/sources.list
Befehle: apt
apt update apt-get update
apt upgrade apt-get upgrade
apt-cdrom
netselect-apt
apt-cache show apt apt-cache search apt apt-cache search --names-only apt apt-cache search --full apt apt-cache rdepends apt apt-cache policy apt apt-file update
/var/cache/apt/archives apt-get clean | ALLE apt-get autoclean | NUR VERALTETE
apt-get --install-suggests install apt
options: -s -d
apt-get -t stretch-backports install apt | Release
apt-get dist-upgrade
apt-get remove apt
apt-get autoremove | PAKET apt-egt purge | CONFIG FILES
apt-get -f install
apt-listbugs apt-listbugs list apt
apt-key apt-key list debian-archive-keyring /etc/apt/trusted.gpg
Bereiche: - main - contrib - non-free - backports
Orte: - cdrom - http - ftp - file - copy
apt list --installed
dpkg --get-selections | grep postgres dpkg --get-selections | grep -v deinstall > ~/Desktop/packages
dpkg -i dpkg -i PAKET.deb