Skip to content

Instantly share code, notes, and snippets.

@BedrockDigger
Created January 24, 2025 18:10
Show Gist options
  • Save BedrockDigger/0cb257489601c95837aa37cc23c01413 to your computer and use it in GitHub Desktop.
Save BedrockDigger/0cb257489601c95837aa37cc23c01413 to your computer and use it in GitHub Desktop.
List all packages installed by opkg.
opkg list-installed | awk '{print $1}' | sort | xargs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment