Skip to content

v0.5.3

Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 16:14
· 12 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 UDICT_SHA256="6b141fdeb892cb8d9fafc43f691a0732b0c2c429e53a5953c14c7619005e6083"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="38f5bb3225338f5f807a5aae996b9a79388113756a8ec60c329845ffba22497a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="3fc49db26ff560fdce6120e02f2f6b27cacca9d286f56e13317d9683dd8a9d6a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="5a2b36d63dcd1e7971df51e0a7d8f86c70faeea91b600d9fef4974d95e4ba86f"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="bcfedc7ab96ee6b547857ec86aa7b642ee05846ac317551995b022cd79946a02"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="4085ce5cceefe5f791c4018bc961d422a9bcf7f6baa96d6600fb66e19bf8ad68"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="962923bc4f40ac5a46704bf4518645ed079d7d90e4b455eb90c8cb2a8dd4c506"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="c1df04592864621def5ee996661074190e1505422d4fe8752f4f7327dc342661"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="f764347c8fc4813de397e0ce662175f2fb8ba351a7fea7c170a25bed095968bc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="1c741fe28290595fe598772cb444fda68a0e50117e86071722e14f869a72480e"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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="b6513658c45dab1331cefd3da627a5101506f85e53b277a637eb32b472c0e957"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/udict/releases/download/v0.5.3/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