Forked from ollieparanoid/busybox-extras-install.txt
Last active
August 8, 2018 11:46
-
-
Save kamynina/ae17ef9bfbe9672fec0b597246220bbc to your computer and use it in GitHub Desktop.
Alpine Linux: busybox-extras install/uninstall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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