dcc from home:voegelas project
Select Your Operating System
Add repository and install manually
For Debian 12 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:/voegelas/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas.gpg > /dev/null sudo apt update sudo apt install dcc
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/home:/voegelas/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas.gpg > /dev/null sudo apt update sudo apt install dcc
Grab binary packages directly
Add repository and install manually
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:voegelas/Fedora_41/home:voegelas.repo dnf install dcc
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:voegelas/Fedora_40/home:voegelas.repo dnf install dcc
Grab binary packages directly
Add repository and install manually
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:voegelas/Mageia_9/home:voegelas.repo dnf install dcc
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas/openSUSE_Tumbleweed/home:voegelas.repo zypper refresh zypper install dcc
Grab binary packages directly
Add repository and install manually
For Raspbian 12 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:/voegelas/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas.gpg > /dev/null sudo apt update sudo apt install dcc
For Raspbian 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/home:/voegelas/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas.gpg > /dev/null sudo apt update sudo apt install dcc
Grab binary packages directly
Add repository and install manually
For RockyLinux 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/RockyLinux_9/home:voegelas.repo yum install dcc
For RockyLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/RockyLinux_8/home:voegelas.repo yum install dcc
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/AlmaLinux_9/home:voegelas.repo yum install dcc
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/AlmaLinux_8/home:voegelas.repo yum install dcc
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas/openSUSE_Leap_15.6/home:voegelas.repo zypper refresh zypper install dcc
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas/openSUSE_Leap_15.5/home:voegelas.repo zypper refresh zypper install dcc
Grab binary packages directly
Add repository and install manually
For xUbuntu 24.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:/voegelas/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas.gpg > /dev/null sudo apt update sudo apt install dcc
For xUbuntu 22.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:/voegelas/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_voegelas.gpg > /dev/null sudo apt update sudo apt install dcc