Answers for "how to check what are the softwares installed 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 "how to check what are the softwares installed in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language