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 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
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt bookworm 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 Debian 10 and therefore should work on Debian 10 and higher, Ubuntu 20.04 and higher, and many other (older) distros. However, on (at least) Ubuntu 22.04, you do need to install libfuse2
first.
Support for Ubuntu 18.04 has been dropped.