# 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
```
