Last active
February 6, 2018 14:50
-
-
Save lbrito1/fba652cf82c11fc1cf96f78f10fbe4bb to your computer and use it in GitHub Desktop.
Largest installed packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -30 | tac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment