Apt-file: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
{{DEFAULTSORT:apt-file}} | {{DEFAULTSORT:apt-file}} | ||
[[Kategorie:Debian/Paketverwaltung]] |
Version vom 26. März 2024, 22:06 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