Blog: 2023-07-18

From razwiki
Revision as of 17:51, 18 July 2023 by Razzi (talk | contribs) (Created page with "List installed debian packages by size dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n [https://unix.stackexchange.com/questions/40442/which-installed-software-pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

List installed debian packages by size

dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n

link

But what are the units here? kilobytes? probably. But would be nice to have units. Powershell style structured output could be useful here.

Nice browser of installed packages: dpkg --list

Journalctl shows all messages you can see by default: journalctl

Tail messages with journalctl with -f for follow:

journalctl -f