md5 on Alpine Linux
#1
Wed, 2017-09-20 09:07
dashmug
-
- Offline
- 6 months 1 week ago
- 2017-09-20
Hi,
I'm an Alpine Linux beginner. Using it for our Dockerized CI processes.
I need to use md5
but apk add md5
fails.
Quote:
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
md5 (missing):
required by: world[md5]
Is there an alternative package that I can use on Alpine?
Thank you.
md5sum
is working on my system (I used the 'Standard' .iso to install Alpine: alpine-standard-3.6.2-x86_64.iso) and didn't go out of my way to install an md5sum utility. At any rate, looking through the internet, it looks likecoreutils
may be the package providing that utility. I hope that helps...Ah, my bad. I thought the utility is called
md5
.md5sum
works out of the box.