Blog: 2023-07-18: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 17:51, 18 July 2023
List installed debian packages by size
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n
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