| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| reg-windows-386.sha256 | 2018-09-17 | 140 Bytes | |
| reg-windows-386.md5 | 2018-09-17 | 108 Bytes | |
| reg-windows-386 | 2018-09-17 | 10.4 MB | |
| reg-windows-amd64.sha256 | 2018-09-17 | 142 Bytes | |
| reg-windows-amd64.md5 | 2018-09-17 | 110 Bytes | |
| reg-windows-amd64 | 2018-09-17 | 12.0 MB | |
| reg-linux-386.sha256 | 2018-09-17 | 138 Bytes | |
| reg-linux-386.md5 | 2018-09-17 | 106 Bytes | |
| reg-linux-386 | 2018-09-17 | 10.3 MB | |
| reg-linux-amd64.sha256 | 2018-09-17 | 140 Bytes | |
| reg-linux-amd64.md5 | 2018-09-17 | 108 Bytes | |
| reg-linux-amd64 | 2018-09-17 | 12.0 MB | |
| reg-linux-arm64.sha256 | 2018-09-17 | 140 Bytes | |
| reg-linux-arm64.md5 | 2018-09-17 | 108 Bytes | |
| reg-linux-arm64 | 2018-09-17 | 11.4 MB | |
| reg-linux-arm.sha256 | 2018-09-17 | 138 Bytes | |
| reg-linux-arm.md5 | 2018-09-17 | 106 Bytes | |
| reg-linux-arm | 2018-09-17 | 10.4 MB | |
| reg-freebsd-386.sha256 | 2018-09-17 | 140 Bytes | |
| reg-freebsd-386.md5 | 2018-09-17 | 108 Bytes | |
| reg-freebsd-386 | 2018-09-17 | 10.3 MB | |
| reg-freebsd-amd64.md5 | 2018-09-17 | 110 Bytes | |
| reg-freebsd-amd64.sha256 | 2018-09-17 | 142 Bytes | |
| reg-freebsd-amd64 | 2018-09-17 | 12.0 MB | |
| reg-darwin-386.sha256 | 2018-09-17 | 139 Bytes | |
| reg-darwin-386.md5 | 2018-09-17 | 107 Bytes | |
| reg-darwin-386 | 2018-09-17 | 10.2 MB | |
| reg-darwin-amd64.sha256 | 2018-09-17 | 141 Bytes | |
| reg-darwin-amd64.md5 | 2018-09-17 | 109 Bytes | |
| reg-darwin-amd64 | 2018-09-17 | 11.8 MB | |
| README.md | 2018-09-17 | 5.3 kB | |
| v0.15.6 source code.tar.gz | 2018-09-17 | 4.1 MB | |
| v0.15.6 source code.zip | 2018-09-17 | 5.0 MB | |
| Totals: 33 Items | 119.9 MB | 1 | |
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
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="14bd1d14962a040c9be49421fa96ba289060ba03ec61322a1bfbee203c398f5b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-darwin-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - darwin
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="9e8636f2dbebf6e2935dd3303f6131a05268acece3b1e4c7b8430f1dc5b2bedb"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-darwin-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
freebsd
386 - freebsd
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="ffd83ee995b9ad811d495f77c2235a530e8e79d43780e7da45743de588712a89"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-freebsd-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - freebsd
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="629c22d8c228d2e17b030840767f977021f430672520a2b57bc4bbd8d876b6fb"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-freebsd-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
linux
386 - linux
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="310e35234e5754202d5224c011eaca71300dff331dd3539c25ac56ef00e0afec"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-linux-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - linux
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="f8ac16d6144c486545c56daf87052b669096e2def3fc3c37e0c87b6483ab77fc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-linux-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
arm - linux
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="7ae940daa8b3ed418f6080b8555884dbe8e8aea8fe596dea0d956a735671b14e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-linux-arm" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
arm64 - linux
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="aa7829d48988386c9f3b4f68dd832526a81dc3c7fdef31b93e425a31fcddaeb9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-linux-arm64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
windows
386 - windows
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="3853b1fa50715036c4956ea7e68fd184d96f283c7d3abf032115ffffd50ecfb9"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-windows-386" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h
amd64 - windows
:::console
# Export the sha256sum for verification.
$ export REG_SHA256="3279d07045df9b52f1d2093d6b271b367eca0d668974b622463c34ccff0d4388"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.6/reg-windows-amd64" -o "/usr/local/bin/reg" \
&& echo "${REG_SHA256} /usr/local/bin/reg" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reg"
$ echo "reg installed!"
# Run it!
$ reg -h