Skip to content

Instantly share code, notes, and snippets.

@sergioPerez-e
Last active March 2, 2025 10:13
Show Gist options
  • Save sergioPerez-e/94f0c72ce1cf94cfb54bd4634cbeab8a to your computer and use it in GitHub Desktop.
Save sergioPerez-e/94f0c72ce1cf94cfb54bd4634cbeab8a to your computer and use it in GitHub Desktop.
check-package-size

Check Package Size

Check package and its size on Ubuntu/Debian. Tested on Ubuntu 24, Debian 12

  1. The package must exist on the reposority
sudo apt-get update
apt show package_name | grep Size

Example

apt show spotify-client | grep Size

### sample output
Installed-Size: 313 MB
Download-Size: 141 MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment