> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/ubuntu/install-hmac256-on-ubuntu.md).

# Install HMAC256 On Ubuntu

> hmac256 - Compute an HMAC-SHA-256 MAC

`hmac256` can be installed on Ubuntu by using the following command -

```bash
sudo apt-get install -y libgcrypt20-dev
```
