Skip to content

v0.3.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 15 Jul 21:01
· 22 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6c627accfe77cdc0aaf298d8fdc4d70b7245c8219aa9cd5850a060583db8e5d8"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-darwin-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - darwin
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="c23fa06d0a393f0344270f762004adb570b527b824804ad16f737c97b5c23be5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-darwin-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="bde9e71618a52315b073a26494a425edb847bfbc81df5635db505c35f4a884cc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-freebsd-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b527800a2f3b2e7c8622b25fa88eee39a6b180e5b5ba7be5b8fdad4c528976ee"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-freebsd-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

linux

386 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="b2dc7f82f6b673211901c701c9d78b7da1e9530fe2b41e2963cf93e1a79ecc26"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="9517b0471df29a97165288189cf85a85015c4852be8c70e3a61b8c46d180c7d3"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="6ffcc62b93b998d022850312903101ebba710e1fd46d7631f463705181f39c3e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-arm" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
arm64 - linux
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="2f2c6a80f358177044f5570afaed92d7732cdc3c92852ebcaafc574a380b6ba5"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-linux-arm64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="0f5f447690e2fc6ae04156247bc6a505add195f7cad1528b02ca71e500fe8521"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-solaris-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h

windows

386 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="8e1621de741a4d6865ddbd00b01f39ad89a1e60aa6c4cefcfa4151e0917fd9de"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-windows-386" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h
amd64 - windows
# Export the sha256sum for verification.
$ export APK-FILE_SHA256="db3b7b57e083ee67f92b5fcd74f0cd33664b62650ae057c9018f4c4532ad49e6"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/apk-file/releases/download/v0.3.3/apk-file-windows-amd64" -o "/usr/local/bin/apk-file" \
	&& echo "${APK-FILE_SHA256}  /usr/local/bin/apk-file" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/apk-file"

$ echo "apk-file installed!"

# Run it!
$ apk-file -h