Apt-file: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „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“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
{{DISPLAYTITLE:apt-file}} | |||
; 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 (or --contents) lists the contents of a .deb package file (It is a front-end to dpkg-deb.) | ||
# dpkg -c package_file.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.) | 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 | |||
{{DEFAULTSORT:apt-file}} | |||
Version vom 24. März 2024, 18:54 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