Answers for "linux check software installed"

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 "linux check software installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language