From 692ff64e4be5f508b158dbe0fa2dada15b6a4689 Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 9 Mar 2020 21:05:26 +0100 Subject: Add links to Ubuntu / Debian packages closes #77 --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0451788..10d8dc9 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,31 @@ of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, o ## Installation -### On Debian-based systems +### On Ubuntu + +*... and other Debian-based Linux distributions.* + +If you run Ubuntu 19.10 (Eoan Ermine) or newer, you can install the [officially maintained package](https://packages.ubuntu.com/eoan/hexyl): +```bash +sudo apt install hexyl +``` +If you use an older version of Ubuntu, you can download +the latest `.deb` package from the release page and install it via: ``` bash -wget "https://github.com/sharkdp/hexyl/releases/download/v0.7.0/hexyl_0.7.0_amd64.deb" -sudo dpkg -i hexyl_0.7.0_amd64.deb +sudo dpkg -i hexyl_0.7.0_amd64.deb # adapt version number and architecture ``` +### On Debian + +If you run Debian Buster or newer, you can install the [officially maintained Debian package](https://packages.debian.org/buster/hexyl): +```bash +sudo apt-get install hexyl +``` + +If you run an older version of Debian, see above for instructions on how to +manually install `hexyl`. + ### On Arch Linux You can install `hexyl` from [the official package repository](https://www.archlinux.org/packages/community/x86_64/hexyl/): -- cgit v1.2.3