Answers for "how to see all installed programs on linux"

2

see all apps linux

sudo dpkg --get-selections
Posted by: Guest on January-27-2021
0

list apt installed programs

# Use aptitude to get packages which were expressly installed (not just as dependecies)
aptitude search '~i!~M'
Posted by: Guest on December-12-2020

Code answers related to "how to see all installed programs on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language