When trying to install pdftk
apk
throws this error.
ERROR: unsatisfiable constraints:
pdftk (missing):
required by: world[pdftk]
Here is the whole output:
/opt/app # apk add pdftk
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
pdftk (missing):
required by: world[pdftk]
I'm new to apk and not sure what the issue means or how to fix it.
not sure what the issue means
there is no pdftk on alpine. Compile it yourself. – Allare