User Tools

Site Tools


debian:apt

This is an old revision of the document!


deb-Paket nur herunterladen

Ohne abhängige Pakete

apt-get download <Paket_Name>

Mit abhängen Paketen

apt-get install --download-only <Paket_Name>

deb-Paket auspacken

dpkg -x <packet.deb> <Directory>
dpkg -x packet.deb /tmp/out/
dpkg -x packet.deb .

Inhalt eines Pakets (Files)

Nötige Pakete

apt-get install apt-file
apt-file update

alle Pakete auflisten

apt-file list <Paket_Name>

Files in Paketen suchen

apt-file search libasound.so.2
libasound2: /usr/lib/x86_64-linux-gnu/libasound.so.2
libasound2: /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0

deb-Paket Abhängigkeiten anzeigen

apt-cache show <Paket_Name>

Infos zu Paketen

apt show <Paket_Name>
debian/apt.1627985928.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki