Answers for "where is installed programs in 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

Code answers related to "where is installed programs in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language