sumo from home:behrisch project
Kies uw besturingssysteem
Installatiebron toevoegen en handmatig installeren
Voor Arch Linux, bewerk /etc/pacman.conf en voeg het volgende toe (merk op dat de volgorde van installatiebronnen in pacman.conf belangrijk is, omdat pacman altijd het eerst gevonden pakket downloadt):
[home_behrisch_Arch] Server = https://download.opensuse.org/repositories/home:/behrisch/Arch/$arch
Voer dan het volgende als root uit
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
Direct binaire pakketten pakken
Installatiebron toevoegen en handmatig installeren
Voor CentOS 7 voer het volgende als root uit:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:behrisch/CentOS_7/home:behrisch.repo yum install sumo
Direct binaire pakketten pakken
Installatiebron toevoegen en handmatig installeren
Voor Debian Unstable voer het volgende uit:
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
Voor Debian Testing voer het volgende uit:
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
Voor Debian 9.0 voer het volgende uit:
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
Voor Debian 13 voer het volgende uit:
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
Voor Debian 12 voer het volgende uit:
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
Voor Debian 11 voer het volgende uit:
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
Voor Debian 10 voer het volgende uit:
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
Direct binaire pakketten pakken
Installatiebron toevoegen en handmatig installeren
Voor Fedora Rawhide voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_Rawhide/home:behrisch.repo dnf install sumo
Voor Fedora 43 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_43/home:behrisch.repo dnf install sumo
Voor Fedora 42 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_42/home:behrisch.repo dnf install sumo
Voor Fedora 41 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_41/home:behrisch.repo dnf install sumo
Voor Fedora 40 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_40/home:behrisch.repo dnf install sumo
Voor Fedora 39 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_39/home:behrisch.repo dnf install sumo
Voor Fedora 38 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_38/home:behrisch.repo dnf install sumo
Direct binaire pakketten pakken
Installatiebron toevoegen en handmatig installeren
Voor openSUSE Tumbleweed voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Tumbleweed/home:behrisch.repo zypper refresh zypper install sumo
Voor openSUSE Slowroll voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Slowroll/home:behrisch.repo zypper refresh zypper install sumo
Voor openSUSE Leap 15.2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Leap_15.2/home:behrisch.repo zypper refresh zypper install sumo
Voor 16.0 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/16.0/home:behrisch.repo zypper refresh zypper install sumo
Voor 15.6 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.6/home:behrisch.repo zypper refresh zypper install sumo
Voor 15.5 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.5/home:behrisch.repo zypper refresh zypper install sumo
Voor 15.4 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.4/home:behrisch.repo zypper refresh zypper install sumo
Voor 15.3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.3/home:behrisch.repo zypper refresh zypper install sumo
Direct binaire pakketten pakken
Installatiebron toevoegen en handmatig installeren
Voor xUbuntu 25.04 voer het volgende uit:
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
Voor xUbuntu 24.10 voer het volgende uit:
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
Voor xUbuntu 24.04 voer het volgende uit:
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
Voor xUbuntu 22.04 voer het volgende uit:
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
Voor xUbuntu 20.04 voer het volgende uit:
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
Voor xUbuntu 18.04 voer het volgende uit:
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
Voor xUbuntu 16.04 voer het volgende uit:
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
Direct binaire pakketten pakken
Installatiebron toevoegen en handmatig installeren
Voor Fedora 37 voer het volgende als root uit:
?
Voor Fedora 36 voer het volgende als root uit:
?
Voor Fedora 35 voer het volgende als root uit:
?
Voor Fedora 34 voer het volgende als root uit:
?