sumo from home:behrisch project
Valitse käyttöjärjestelmäsi
Lisää asennuslähde ja asenna itse
Arch Linuxissa, muokka /etc/pacman.conf-tiedostoa ja lisää seuraava (huomaa että pakettivarastojen järjestys pacman.conf-tiedostossa on tärkeää, koska pacman lataa aina ensimmäisen löytämänsä paketin):
[home_behrisch_Arch] Server = https://download.opensuse.org/repositories/home:/behrisch/Arch/$arch
Suorita seuraava root-käyttäjänä
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
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
CentOS 7 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:behrisch/CentOS_7/home:behrisch.repo yum install sumo
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
Debian Unstable suorita seuraava:
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
Debian Testing suorita seuraava:
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
Debian 9.0 suorita seuraava:
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
Debian 13 suorita seuraava:
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
Debian 12 suorita seuraava:
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
Debian 11 suorita seuraava:
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
Debian 10 suorita seuraava:
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
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
Fedora Rawhide suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_Rawhide/home:behrisch.repo dnf install sumo
Fedora 43 suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_43/home:behrisch.repo dnf install sumo
Fedora 42 suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_42/home:behrisch.repo dnf install sumo
Fedora 41 suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_41/home:behrisch.repo dnf install sumo
Fedora 40 suorita seuraava root-käyttäjänä:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_40/home:behrisch.repo dnf install sumo
Fedora 39 suorita seuraava root-käyttäjänä:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_39/home:behrisch.repo dnf install sumo
Fedora 38 suorita seuraava root-käyttäjänä:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_38/home:behrisch.repo dnf install sumo
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
openSUSE Tumbleweed suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Tumbleweed/home:behrisch.repo zypper refresh zypper install sumo
openSUSE Slowroll suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Slowroll/home:behrisch.repo zypper refresh zypper install sumo
openSUSE Leap 15.2 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Leap_15.2/home:behrisch.repo zypper refresh zypper install sumo
16.0 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/16.0/home:behrisch.repo zypper refresh zypper install sumo
15.6 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.6/home:behrisch.repo zypper refresh zypper install sumo
15.5 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.5/home:behrisch.repo zypper refresh zypper install sumo
15.4 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.4/home:behrisch.repo zypper refresh zypper install sumo
15.3 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.3/home:behrisch.repo zypper refresh zypper install sumo
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
xUbuntu 25.10 suorita seuraava:
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
xUbuntu 25.04 suorita seuraava:
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
xUbuntu 24.10 suorita seuraava:
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
xUbuntu 24.04 suorita seuraava:
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
xUbuntu 22.04 suorita seuraava:
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
xUbuntu 20.04 suorita seuraava:
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
xUbuntu 18.04 suorita seuraava:
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
xUbuntu 16.04 suorita seuraava:
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
Lataa binääripaketti suoraan asennuslähteestä
Lisää asennuslähde ja asenna itse
Fedora 37 suorita seuraava root-käyttäjänä:
?
Fedora 36 suorita seuraava root-käyttäjänä:
?
Fedora 35 suorita seuraava root-käyttäjänä:
?
Fedora 34 suorita seuraava root-käyttäjänä:
?