[ILUGC] 1D1C - dpkg-query

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Mon, 13 Jun 2022 06:00:00 +0530

dpkg-query - a tool to query the dpkg database
Display package status details
$ dpkg-query -s apache2

List files 'owned' by package
$ dpkg-query -L apache2

List packages concisely
$ dpkg-query -l apache2

Show information on package
$ dpkg-query -W apache2

Find package owning file
$ dpkg-query -S apache2


regards,
T.Dhanasekar


---
Mailing List Guidelines: https://ilugc.in/mailing-list-guidelines
Web: http://ilugc.in/
Internet Relay Chat: #ilugc on libera.chat

Other related posts:

  • » [ILUGC] 1D1C - dpkg-query - Dhanasekar