Answers for "list of software installed 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 "list of software installed linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language