Apt-file

Aus Foxwiki
Version vom 24. März 2024, 18:34 Uhr von Dirkwagner (Diskussion | Beiträge) (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“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

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

  1. 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.)

  1. apt-file update
  2. apt-file list package_name