Answers for "make a list of installed software on linux server"

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 "make a list of installed software on linux server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language