Skip to content

Instantly share code, notes, and snippets.

@stokito
Last active April 27, 2025 01:33
Show Gist options
  • Save stokito/a6124104a44e5251b3beae24ddf195cd to your computer and use it in GitHub Desktop.
Save stokito/a6124104a44e5251b3beae24ddf195cd to your computer and use it in GitHub Desktop.
openwrt opkg size of all packages
grep -H Installed-Size: /usr/lib/opkg/info/*.control | sed 's,^.*/\([^/]\+\)\.control:Installed-Size: *\(.*\),\2\t\1,' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment