Answers for "linux show installed manually"

0

how to check installed packages in linux command

dpkg-query --list | grep -i nano
ii  nano    2.9.3-2    amd64    small, friendly text editor inspired by Pico
Posted by: Guest on June-24-2020
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 show installed manually"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language