Skip to content

Instantly share code, notes, and snippets.

@ErykDarnowski
Last active August 18, 2023 04:17
Show Gist options
  • Save ErykDarnowski/01a780e89049ccf81c15a19a8f7469d5 to your computer and use it in GitHub Desktop.
Save ErykDarnowski/01a780e89049ccf81c15a19a8f7469d5 to your computer and use it in GitHub Desktop.
How to fix `ERROR: unable to select packages` error on Alpine Linux

How to fix ERROR: unable to select packages error on Alpine Linux

  1. Make sure the pkg/s you're trying to install are actually available
  2. Run: tail -f /etc/apk/repositories to check which repositories you're using
  3. Uncomment the community repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment