This will create the package peek-x.y.z-Linux.deb (where x.y.z is the current version). You can install it with dpkg:
```shell
sudo dpkg -i peek-*-Linux.deb
```
### RabbitMQ Server
### RabbitMQ Server
Installing RabbitMQ Server on Debian Stretch fails because the dependent packages `erlang-nox` and `esl-erlang` on Debian repos are slightly outdated. Hence, follow these instructions:
Installing RabbitMQ Server on Debian Stretch fails because the dependent packages `erlang-nox` and `esl-erlang` on Debian repos are slightly outdated. Hence, follow these instructions: