dns-probe from home:CZ-NIC:dns-probe project
Select Your Operating System
Add repository and install manually
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):
[home_CZ-NIC_dns-probe_Arch] Server = https://download.opensuse.org/repositories/home:/CZ-NIC:/dns-probe/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Arch/$(uname -m)/home_CZ-NIC_dns-probe_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_dns-probe_Arch/dns-probe
Grab binary packages directly
Add repository and install manually
For Fedora EPEL 8 CentOS run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_EPEL_8_CentOS/home:CZ-NIC:dns-probe.repo yum install dns-probe
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_Rawhide/home:CZ-NIC:dns-probe.repo dnf install dns-probe
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_43/home:CZ-NIC:dns-probe.repo dnf install dns-probe
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_42/home:CZ-NIC:dns-probe.repo dnf install dns-probe
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_41/home:CZ-NIC:dns-probe.repo dnf install dns-probe
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_40/home:CZ-NIC:dns-probe.repo dnf install dns-probe
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_39/home:CZ-NIC:dns-probe.repo dnf install dns-probe
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:CZ-NIC:dns-probe/Fedora_38/home:CZ-NIC:dns-probe.repo dnf install dns-probe
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?
For Fedora 35 run the following as root:
?
For Fedora 34 run the following as root:
?