how to find installed software in linux code example Example: list of software installed linux dpkg-query -W -f='${Installed-Size;8} ${Package}\n' | sort -n