Download
Apt
You can download the repository GPG key here:
Its fingerprint is 874E6552A197BDD069A1526E1788BCA932A92BDF
. It can be downloaded like:
curl https://www.flashmq.org/wp-content/uploads/2021/10/flashmq-repo.gpg > /usr/share/keyrings/flashmq-repo.gpg
Ubuntu
Choose the one relevant for your distro version:
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt bionic main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt focal main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt jammy main" > /etc/apt/sources.list.d/flashmq.list
Debian
Choose the one relevant for your distro version:
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt buster main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt bullseye main" > /etc/apt/sources.list.d/flashmq.list
AppImage
There’s also a portable AppImage executable, runnable from the command line. It was compiled on Ubuntu 18.04 and therefore should work on any old and new Linux distribution. However, on (at least) Ubuntu 22.04, you do need to install libfuse2
first.