sumo from home:behrisch project
Seleccione o seu sistema operativo
Engadir repositorio e instalar manualmente
Para Arch Linux, edite /etc/pacman.conf e engada o seguinte (a orde dos repositorios é importante en pacman.conf, xa que pacman sempre descarga o primeiro paquete que atopa):
[home_behrisch_Arch] Server = https://download.opensuse.org/repositories/home:/behrisch/Arch/$arch
Despois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Arch/$(uname -m)/home_behrisch_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_behrisch_Arch/sumo
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para CentOS 7 execute o seguinte como root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:behrisch/CentOS_7/home:behrisch.repo yum install sumo
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Debian Unstable 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:/behrisch/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
Para Debian 9.0 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:/behrisch/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Fedora Rawhide execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_Rawhide/home:behrisch.repo dnf install sumo
Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_43/home:behrisch.repo dnf install sumo
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_42/home:behrisch.repo dnf install sumo
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_41/home:behrisch.repo dnf install sumo
Para Fedora 40 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_40/home:behrisch.repo dnf install sumo
Para Fedora 39 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_39/home:behrisch.repo dnf install sumo
Para Fedora 38 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_38/home:behrisch.repo dnf install sumo
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Tumbleweed/home:behrisch.repo zypper refresh zypper install sumo
Para openSUSE Slowroll execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Slowroll/home:behrisch.repo zypper refresh zypper install sumo
Para openSUSE Leap 15.2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Leap_15.2/home:behrisch.repo zypper refresh zypper install sumo
Para 16.0 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/16.0/home:behrisch.repo zypper refresh zypper install sumo
Para 15.6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.6/home:behrisch.repo zypper refresh zypper install sumo
Para 15.5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.5/home:behrisch.repo zypper refresh zypper install sumo
Para 15.4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.4/home:behrisch.repo zypper refresh zypper install sumo
Para 15.3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.3/home:behrisch.repo zypper refresh zypper install sumo
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
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:/behrisch/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
Para xUbuntu 22.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:/behrisch/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
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:/behrisch/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
Para xUbuntu 18.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:/behrisch/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
Para xUbuntu 16.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:/behrisch/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:behrisch.list curl -fsSL https://download.opensuse.org/repositories/home:behrisch/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_behrisch.gpg > /dev/null sudo apt update sudo apt install sumo
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Fedora 37 execute o seguinte como root:
?
Para Fedora 36 execute o seguinte como root:
?
Para Fedora 35 execute o seguinte como root:
?
Para Fedora 34 execute o seguinte como root:
?