sumo from science:dlr project

Select Your Operating System

For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/CentOS_8/science:dlr.repo
yum install sumo
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/CentOS_7/science:dlr.repo
yum install sumo
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_Rawhide/science:dlr.repo
dnf install sumo
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_39/science:dlr.repo
dnf install sumo
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_38/science:dlr.repo
dnf install sumo
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_37/science:dlr.repo
dnf install sumo
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Tumbleweed/science:dlr.repo
zypper refresh
zypper install sumo
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2_ARM/science:dlr.repo
zypper refresh
zypper install sumo
For openSUSE Leap 15.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2/science:dlr.repo
zypper refresh
zypper install sumo
For openSUSE Leap 15.1 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.1_ARM/science:dlr.repo
zypper refresh
zypper install sumo
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.5/science:dlr.repo
zypper refresh
zypper install sumo
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.4/science:dlr.repo
zypper refresh
zypper install sumo
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.3/science:dlr.repo
zypper refresh
zypper install sumo
For xUbuntu 20.04 run the following:
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/science:/dlr/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
For xUbuntu 18.04 run the following:
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/science:/dlr/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
For xUbuntu 16.04 run the following:
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/science:/dlr/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo