Skip to content

v0.2.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 09 Jun 17:46
· 41 commits to master since this release
v0.2.1
98544d2

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 UDICT_SHA256="2995828aaab936dff5d16337efb363b5038d6a6836b34623fc8e58216b662648"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - darwin
# Export the sha256sum for verification.
$ export UDICT_SHA256="4cd7dbc44375d3c31096b01c79b46c24fe6dc2a9bb2bdfb9019f3b9aa8335826"

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

$ echo "udict installed!"

# Run it!
$ udict -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="cbb9d2c149087c363fb83e9b97f74bbf6a20d1def88a4a70a9aa4b016981ea8a"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export UDICT_SHA256="4c07e6efd0fe0fab9f3991377a8a5cadad191e73d3a0115a221b0ed05ace925d"

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

$ echo "udict installed!"

# Run it!
$ udict -h

linux

386 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="9d460d1f656fdb4d9ff35bec9fc9b99799a8446bad1b1ab482f083e9ffc5a486"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="5ee2a13b7bb61ac9598614f0f1f3a875c73914330646c78afa5f1fef1dc7fb52"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="cc474f6f481e035cd33ae4d59f304a4206fc2c72f28f3031b2e45cad67cc9402"

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

$ echo "udict installed!"

# Run it!
$ udict -h
arm64 - linux
# Export the sha256sum for verification.
$ export UDICT_SHA256="b7e72ef9d911de13e4f7a32cda08085e8b29de2b4f35fbabf5ee53ea1b698a28"

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

$ echo "udict installed!"

# Run it!
$ udict -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export UDICT_SHA256="dcbfdd30a0748e60dac26b6162a67ae593cff6bdeaf8b92a099192d29410e800"

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

$ echo "udict installed!"

# Run it!
$ udict -h

windows

386 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="7c05d909e24b3a007a96150c9dc51b3945abc3d823b8534f2411a077c91eb746"

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

$ echo "udict installed!"

# Run it!
$ udict -h
amd64 - windows
# Export the sha256sum for verification.
$ export UDICT_SHA256="05c231f4728209e684c76859a59f6d706cee6d39b42de3573e69238a74bb7db6"

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

$ echo "udict installed!"

# Run it!
$ udict -h