Apt-file: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 11: Zeile 11:
{{DEFAULTSORT:apt-file}}
{{DEFAULTSORT:apt-file}}


[[Kategorie:Debian/Paketverwaltung]]
[[Kategorie:APT]]

Aktuelle Version vom 22. Juni 2024, 11:50 Uhr


Inhalt von Debian-Softwarepaketen anzeigen

dpkg -c (or --contents) lists the contents of a .deb package file (It is a front-end to dpkg-deb.)

# dpkg -c package_file.deb

To work directly with package names rather than package files, you can use apt-file. (You may need to install the apt-file package first.)

# apt-file update        
# apt-file list package_name