Answers for "linux check application installed"

2

see all apps linux

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

linux terminal show installed applications

sudo apt-get install aptitude
aptitude -F' * %p -> %d ' --no-gui --disable-columns search '?and(~i,!?section(libs), !?section(kernel), !?section(devel))'
Posted by: Guest on November-12-2021

Code answers related to "linux check application installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language