Saturday, April 20, 2024
88
rated 0 times [  88] [ 0]  / answers: 1 / hits: 67962  / 2 Years ago, wed, july 13, 2022, 4:55:14

I was wondering how to get the information about a package in the terminal, before installation with apt install so that I can decide whether to install it, based on the description.


Thanks!


More From » command-line

 Answers
3

Use



 apt-cache show PACKAGE


to see the description and some other information about package after its installed



 dpkg -L package_name


to see what files the package contains.


[#44723] Friday, July 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ingsta

Total Points: 391
Total Questions: 103
Total Answers: 124

Location: Bonaire
Member since Wed, Mar 29, 2023
1 Year ago
ingsta questions
Sun, Oct 23, 22, 01:42, 2 Years ago
Sat, Oct 30, 21, 11:27, 3 Years ago
Sun, Nov 28, 21, 12:49, 2 Years ago
;