当我运行apk add --update ab时,出现一个错误:
bash-4.3# apk add --update ab
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
ab (missing):
required by: world[ab]
bash-4.3# apk add ab
ERROR: unsatisfiable constraints:
ab (missing):
required by: world[ab]发布于 2019-07-07 03:03:59
您要查找的是apache2-utils包:
https://pkgs.alpinelinux.org/package/v3.8/main/x86_64/apache2-utils
它包括ab以及其他几个实用程序。请参见package contents here。
https://stackoverflow.com/questions/56860619
复制相似问题