classicsnake from home:przem:app project
Wählen Sie ihr Betriebssystem
Das Repository hinzufügen und manuell installieren
Für Arch Linux, bearbeiten Sie /etc/pacman.conf und fügen Sie folgendes hinzu (bitte beachten Sie, dass die Reihenfolge der Repositories in pacman.conf wichtig ist, weil pacman immer das zuerst gefundene Paket herunterlädt) :
[home_przem_app_Arch] Server = https://download.opensuse.org/repositories/home:/przem:/app/Arch/$arch
Führen Sie anschließend das folgende als root aus
key=$(curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Arch/$(uname -m)/home_przem_app_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_przem_app_Arch/classicsnake
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für Debian Testing folgendes aus:
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:/przem:/app/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für Debian 13 folgendes aus:
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:/przem:/app/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für Debian 12 folgendes aus:
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:/przem:/app/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für Debian 11 folgendes aus:
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:/przem:/app/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für Debian 10 folgendes aus:
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:/przem:/app/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für Fedora 43 das Folgende als root aus:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_43/home:przem:app.repo dnf install classicsnake
Führen Sie für Fedora 42 das Folgende als root aus:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_42/home:przem:app.repo dnf install classicsnake
Führen Sie für Fedora 41 das Folgende als root aus:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_41/home:przem:app.repo dnf install classicsnake
Führen Sie für Fedora 38 das Folgende als root aus:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_38/home:przem:app.repo dnf install classicsnake
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für openSUSE Tumbleweed das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Tumbleweed/home:przem:app.repo zypper refresh zypper install classicsnake
Führen Sie für openSUSE Slowroll das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Slowroll/home:przem:app.repo zypper refresh zypper install classicsnake
Führen Sie für 15.6 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.6/home:przem:app.repo zypper refresh zypper install classicsnake
Führen Sie für 15.5 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.5/home:przem:app.repo zypper refresh zypper install classicsnake
Führen Sie für 15.4 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.4/home:przem:app.repo zypper refresh zypper install classicsnake
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für xUbuntu 25.04 folgendes aus:
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:/przem:/app/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für xUbuntu 24.10 folgendes aus:
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:/przem:/app/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für xUbuntu 24.04 folgendes aus:
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:/przem:/app/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für xUbuntu 23.10 folgendes aus:
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:/przem:/app/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Führen Sie für xUbuntu 20.04 folgendes aus:
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:/przem:/app/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_przem_app.gpg > /dev/null sudo apt update sudo apt install classicsnake
Binärpakete direkt herunterladen
Das Repository hinzufügen und manuell installieren
Führen Sie für Fedora 37 das Folgende als root aus:
?