Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kamynina/ae17ef9bfbe9672fec0b597246220bbc to your computer and use it in GitHub Desktop.
Save kamynina/ae17ef9bfbe9672fec0b597246220bbc to your computer and use it in GitHub Desktop.
Alpine Linux: busybox-extras install/uninstall
Related to this pull-request:
https://github.com/alpinelinux/aports/pull/1092
Steps:
1. upgrade busybox to the one, which has busybox-extras
2. telnet does not exist anymore
3. add busybox-extras
4. telnet exists
5. uninstall busybox-extras and re-install busybox
6. telnet does not exist anymore
7. repeat step 3 and 4
/ # apk update
/ # apk add -u busybox
/ # which telnet
/ # apk add busybox-extras
/ # which telnet
/usr/bin/telnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment