Answers for "find installed programs linux"

1

list of software installed linux

dpkg-query -W -f='${Installed-Size;8}  ${Package}\n' | sort -n
Posted by: Guest on March-31-2021
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

Code answers related to "find installed programs linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language