sumo from home:behrisch project

Выберите операционную систему

Для Arch Linux отредактируйте /etc/pacman.conf и добавьте следующее (обратите внимание, что в pacman.conf важен порядок репозиториев, поскольку pacman всегда загружает первый найденный пакет):
[home_behrisch_Arch]
Server = https://download.opensuse.org/repositories/home:/behrisch/Arch/$arch
Затем запустите от имени 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

Пакеты для Arch:

Для CentOS 7 запустите от имени root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:behrisch/CentOS_7/home:behrisch.repo
yum install sumo
Для Debian Unstable запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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
Для Fedora Rawhide запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_Rawhide/home:behrisch.repo
dnf install sumo
Для Fedora 43 запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_43/home:behrisch.repo
dnf install sumo
Для Fedora 42 запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_42/home:behrisch.repo
dnf install sumo
Для Fedora 41 запустите от имени root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:behrisch/Fedora_41/home:behrisch.repo
dnf install sumo
Для Fedora 40 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_40/home:behrisch.repo
dnf install sumo
Для Fedora 39 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_39/home:behrisch.repo
dnf install sumo
Для Fedora 38 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:behrisch/Fedora_38/home:behrisch.repo
dnf install sumo
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Tumbleweed/home:behrisch.repo
zypper refresh
zypper install sumo
Для openSUSE Slowroll запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Slowroll/home:behrisch.repo
zypper refresh
zypper install sumo
Для openSUSE Leap 15.2 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/openSUSE_Leap_15.2/home:behrisch.repo
zypper refresh
zypper install sumo
Для 16.0 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/16.0/home:behrisch.repo
zypper refresh
zypper install sumo
Для 15.6 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.6/home:behrisch.repo
zypper refresh
zypper install sumo
Для 15.5 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.5/home:behrisch.repo
zypper refresh
zypper install sumo
Для 15.4 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.4/home:behrisch.repo
zypper refresh
zypper install sumo
Для 15.3 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:behrisch/15.3/home:behrisch.repo
zypper refresh
zypper install sumo
Для xUbuntu 25.10 запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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 запустите:
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
Для Fedora 37 запустите от имени root:
?
Для Fedora 36 запустите от имени root:
?
Для Fedora 35 запустите от имени root:
?
Для Fedora 34 запустите от имени root:
?