apache-torblocker from home:rumenx project

Select Your Operating System

For Debian 13 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/home:/rumenx/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:rumenx.list
curl -fsSL https://download.opensuse.org/repositories/home:rumenx/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rumenx.gpg > /dev/null
sudo apt update
sudo apt install apache-torblocker
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rumenx/Fedora_43/home:rumenx.repo
dnf install apache-torblocker
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rumenx/Fedora_42/home:rumenx.repo
dnf install apache-torblocker
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rumenx/openSUSE_Tumbleweed/home:rumenx.repo
zypper refresh
zypper install apache-torblocker
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rumenx/openSUSE_Slowroll/home:rumenx.repo
zypper refresh
zypper install apache-torblocker
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rumenx/16.0/home:rumenx.repo
zypper refresh
zypper install apache-torblocker
For 15.7 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:rumenx/15.7/home:rumenx.repo
zypper refresh
zypper install apache-torblocker
For xUbuntu 26.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/home:/rumenx/xUbuntu_26.04/ /' | sudo tee /etc/apt/sources.list.d/home:rumenx.list
curl -fsSL https://download.opensuse.org/repositories/home:rumenx/xUbuntu_26.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rumenx.gpg > /dev/null
sudo apt update
sudo apt install apache-torblocker