Alpine Linux ERROR: 'install' is not an apk command beheben
English
Deutsch
Problem:
Beim Versuch, ein apk-Paket zu installieren mit z.B.
apk_install_example.sh
apk install pythonerscheint diese Fehlermeldung:
apk_error_output.txt
ERROR: 'install' is not an apk command. See 'apk --help'.Lösung
Stattdessen apk add anstelle von apk install verwenden, um Pakete unter Alpine Linux zu installieren!
Also anstelle von
wrong_apk_install.sh
apk install pythonverwenden
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