Answers for "find list of program installed through apt"

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 "find list of program installed through apt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language