## Linux: quick install [Download debug-me-standalone-amd64.tar.gz](https://downloads.kitenet.net/debug-me/linux/current/debug-me-standalone-amd64.tar.gz) To use: tar xf debug-me-standalone-amd64.tar.gz debug-me/runshell debug-me/bin/debug-me ## Distributions Debian 10 or later or Ubuntu 17.10 or later: `apt-get install debug-me` ## building from source Clone debug-me's git repository from or . Tags and commits are gpg signed, so can be verified. To build from source, you need the [haskell tool stack](https://www.haskellstack.org/). In the debug-me directory, run: `stack setup; stack install` Hopefully debug-me will be included in distributions to make it easy to install. If you have added debug-me to a distribution, edit this page to add instructions.