Friday, May 10, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 17132  / 1 Year ago, mon, february 13, 2023, 4:59:02

How do I list the contents of a package that I just installed? This command:



dpkg --contents filename.deb


requires that I know where the .deb file is. I don't feel like I need to know that, and if I do, please tell me where they go when I do apt-get install.


More From » package-management

 Answers
6

Use Synaptic Package Manager. Install it with



sudo apt-get install synaptic


Then go to Installed section, select a package then right-click to show its properties.



enter image description here



If you want to do it in Terminal, there is no need for Synaptic:



dpkg-query -L <package_name>


Package name is without .deb extension or version information (e.g. vlc, evince).


[#24645] Tuesday, February 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
terose

Total Points: 185
Total Questions: 125
Total Answers: 131

Location: Venezuela
Member since Mon, Dec 13, 2021
2 Years ago
;