Apt-file: Unterschied zwischen den Versionen

Aus Foxwiki
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
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
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.)
# apt-file update       
# apt-file list package_name


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.)
{{DEFAULTSORT:apt-file}}


# apt-file update       
[[Kategorie:APT]]
# apt-file list package_name

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