Created
March 31, 2020 19:44
-
-
Save dazzag24/2dcf3c9a3afceb78e44248ee61aad218 to your computer and use it in GitHub Desktop.
Find out which packages are taking up the most space you can use the following command
This file contains hidden or 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment