knot from home:CZ-NIC:knot-dns-devel project

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

Для Arch Linux отредактируйте /etc/pacman.conf и добавьте следующее (обратите внимание, что в pacman.conf важен порядок репозиториев, поскольку pacman всегда загружает первый найденный пакет):
[home_CZ-NIC_knot-dns-devel_Arch]
Server = https://download.opensuse.org/repositories/home:/CZ-NIC:/knot-dns-devel/Arch/$arch
Затем запустите от имени root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/Arch/$(uname -m)/home_CZ-NIC_knot-dns-devel_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 home_CZ-NIC_knot-dns-devel_Arch/knot
Для CentOS 8 EPEL запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/CentOS_8_EPEL/home:CZ-NIC:knot-dns-devel.repo
yum install knot
Для CentOS 7 EPEL запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/CentOS_7_EPEL/home:CZ-NIC:knot-dns-devel.repo
yum install knot
Для 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/home:/CZ-NIC:/knot-dns-devel/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для 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/home:/CZ-NIC:/knot-dns-devel/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для 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/home:/CZ-NIC:/knot-dns-devel/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/openSUSE_Tumbleweed/home:CZ-NIC:knot-dns-devel.repo
zypper refresh
zypper install knot
Для xUbuntu 22.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/home:/CZ-NIC:/knot-dns-devel/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для 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/home:/CZ-NIC:/knot-dns-devel/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для 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/home:/CZ-NIC:/knot-dns-devel/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для xUbuntu 18.04 Ports запустите:
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/home:/CZ-NIC:/knot-dns-devel/xUbuntu_18.04_Ports/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/xUbuntu_18.04_Ports/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot
Для 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/home:/CZ-NIC:/knot-dns-devel/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:CZ-NIC:knot-dns-devel.list
curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:knot-dns-devel/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_CZ-NIC_knot-dns-devel.gpg > /dev/null
sudo apt update
sudo apt install knot