How to fix Alpine Linux ERROR: 'install' is not an apk command
Problem:
You are trying to install an apk package using e.g.
apk_install_example.sh
apk install pythonbut you see this error message:
apk_error_output.txt
ERROR: 'install' is not an apk command. See 'apk --help'.Solution
Use apk add instead of apk install to install packages on Alpine Linux !
So instead of
wrong_apk_install.sh
apk install pythonuse
correct_apk_add.sh
apk add pythonCheck out similar posts by category:
Alpine Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow