vacuum-im from network:messaging:vacuum-im:unstable project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[network_messaging_vacuum-im_unstable_Arch]
Server = https://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Arch/$(uname -m)/network_messaging_vacuum-im_unstable_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy network_messaging_vacuum-im_unstable_Arch/vacuum-im
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For Debian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/Fedora_Rawhide/network:messaging:vacuum-im:unstable.repo
dnf install vacuum-im
For xUbuntu 21.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For xUbuntu 21.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/network:messaging:vacuum-im:unstable.list
curl -fsSL https://download.opensuse.org/repositories/network:messaging:vacuum-im:unstable/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/network_messaging_vacuum-im_unstable.gpg > /dev/null
sudo apt update
sudo apt install vacuum-im