-- Leo's gemini proxy

-- Connecting to nuacht.flounder.online:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

list installed packages by size


dpkg-query -W --showformat='${Installed-Size}\t${Package}\n' | sort -k1,1n

Note: uninstalled packages still listed or packages that have left config files behind. To strictly list installed packages:

dpkg-query -W --showformat='${Installed-Size}\t${Package}\t${Status}\n' | sort -k1,1n | grep installed

-- Response ended

-- Page fetched on Tue May 21 21:05:06 2024