Friday, April 26, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 612  / 3 Years ago, mon, may 10, 2021, 10:05:55

Possible Duplicate:

How to list all installed packages?

How do I list installed software with the installed size?






is there a way to know what are the packages installed on my machine, detailed information, like each software and its version? Like to know if I have qt installed and what version, or gcc and what version.
Thanks


More From » package-management

 Answers
1

In a terminal, you can do a



dpkg --list


to get an overview of all installed packages including their version numbers. Since this generates usually a long output, you might consider to do



dpkg --list | less


or



dpkg --list | grep qt

[#35330] Monday, May 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
afisird

Total Points: 193
Total Questions: 112
Total Answers: 111

Location: Angola
Member since Mon, Jul 12, 2021
3 Years ago
;