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

Выберите операционную систему

Для Arch Linux отредактируйте /etc/pacman.conf и добавьте следующее (обратите внимание, что в pacman.conf важен порядок репозиториев, поскольку pacman всегда загружает первый найденный пакет):
[network_messaging_vacuum-im_unstable_Arch]
Server = https://download.opensuse.org/repositories/network:/messaging:/vacuum-im:/unstable/Arch/$arch
Затем запустите от имени 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
Для Debian Unstable запустите:
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
Для Debian Testing запустите:
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
Для Debian 9.0 запустите:
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
Для Debian 11 запустите:
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
Для Debian 10 запустите:
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
Для Fedora Rawhide запустите от имени 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
Для xUbuntu 21.10 запустите:
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
Для xUbuntu 21.04 запустите:
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
Для xUbuntu 20.04 запустите:
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
Для xUbuntu 18.04 запустите:
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