dcc from home:voegelas project
Operációs rendszer kiválasztása
Telepítési forrás hozzáadása és telepítés kézzel
For Debian Testing 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_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/Debian_Testing/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 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:/voegelas/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/Debian_13/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 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
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: Fedora 43 futtassa a következőt root-ként:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:voegelas/Fedora_43/home:voegelas.repo dnf install dcc
Ehhez: Fedora 42 futtassa a következőt root-ként:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:voegelas/Fedora_42/home:voegelas.repo dnf install dcc
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: Mageia 9 futtassa a következőt root-ként:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:voegelas/Mageia_9/home:voegelas.repo dnf install dcc
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Tumbleweed futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas/openSUSE_Tumbleweed/home:voegelas.repo zypper refresh zypper install dcc
Ehhez: openSUSE Slowroll futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas/openSUSE_Slowroll/home:voegelas.repo zypper refresh zypper install dcc
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
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
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: RockyLinux 9 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/RockyLinux_9/home:voegelas.repo yum install dcc
Ehhez: RockyLinux 8 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/RockyLinux_8/home:voegelas.repo yum install dcc
Ehhez: RockyLinux 10 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/RockyLinux_10/home:voegelas.repo yum install dcc
Ehhez: AlmaLinux 8 futtassa a következőt root-ként:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:voegelas/AlmaLinux_8/home:voegelas.repo yum install dcc
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Leap 15.6 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:voegelas/openSUSE_Leap_15.6/home:voegelas.repo zypper refresh zypper install dcc
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
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:/voegelas/xUbuntu_26.04/ /' | sudo tee /etc/apt/sources.list.d/home:voegelas.list curl -fsSL https://download.opensuse.org/repositories/home:voegelas/xUbuntu_26.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 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
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Leap 16.0 futtassa a következőt root-ként:
?
Ehhez: AlmaLinux 9 futtassa a következőt root-ként:
?
Ehhez: AlmaLinux 10 futtassa a következőt root-ként:
?