Blog: 2023-07-18
Jump to navigation
Jump to search
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