Answers for "how to check all downloaded packages installed on linux by 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 "how to check all downloaded packages installed on linux by apt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language