classicsnake from home:przem:app project

Selecione seu sistema operacional

Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[home_przem_app_Arch]
Server = https://download.opensuse.org/repositories/home:/przem:/app/Arch/$arch
Então execute o seguinte como root
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
Para Debian Testing execute o seguinte:
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
Para Debian 13 execute o seguinte:
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
Para Debian 12 execute o seguinte:
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
Para Debian 11 execute o seguinte:
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
Para Debian 10 execute o seguinte:
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

Pacotes para Debian Testing:

Pacotes para Debian 13:

Pacotes para Debian 12:

Pacotes para Debian 11:

Pacotes para Debian 10:

Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_43/home:przem:app.repo
dnf install classicsnake
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_42/home:przem:app.repo
dnf install classicsnake
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:przem:app/Fedora_41/home:przem:app.repo
dnf install classicsnake
Para Fedora 38 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:przem:app/Fedora_38/home:przem:app.repo
dnf install classicsnake
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Tumbleweed/home:przem:app.repo
zypper refresh
zypper install classicsnake
Para openSUSE Slowroll execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/openSUSE_Slowroll/home:przem:app.repo
zypper refresh
zypper install classicsnake
Para 15.6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.6/home:przem:app.repo
zypper refresh
zypper install classicsnake
Para 15.5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.5/home:przem:app.repo
zypper refresh
zypper install classicsnake
Para 15.4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:przem:app/15.4/home:przem:app.repo
zypper refresh
zypper install classicsnake
Para xUbuntu 25.10 execute o seguinte:
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.10/ /' | sudo tee /etc/apt/sources.list.d/home:przem:app.list
curl -fsSL https://download.opensuse.org/repositories/home:przem:app/xUbuntu_25.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
Para xUbuntu 25.04 execute o seguinte:
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
Para xUbuntu 24.10 execute o seguinte:
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
Para xUbuntu 24.04 execute o seguinte:
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
Para xUbuntu 23.10 execute o seguinte:
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
Para xUbuntu 20.04 execute o seguinte:
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

Pacotes para xUbuntu 25.10:

Pacotes para xUbuntu 25.04:

Pacotes para xUbuntu 24.10:

Pacotes para xUbuntu 24.04:

Pacotes para xUbuntu 23.10:

Pacotes para xUbuntu 20.04: