sumo from science:dlr project

Seleziona il sistema operativo

Per Arch Linux, modificare /etc/pacman.conf e aggiungere quanto segue (si noti che l'ordine dei repository in pacman.conf è fondamentale, dato che pacman scarica sempre il primo pacchetto trovato):
[science_dlr_Arch]
Server = https://download.opensuse.org/repositories/science:/dlr/Arch/$arch
Quindi eseguire quanto segue come root
key=$(curl -fsSL https://download.opensuse.org/repositories/science:dlr/Arch/$(uname -m)/science_dlr_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 science_dlr_Arch/sumo
Per CentOS 8 eseguire quanto segue come root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/CentOS_8/science:dlr.repo
yum install sumo
Per CentOS 7 eseguire quanto segue come root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/CentOS_7/science:dlr.repo
yum install sumo
Per Debian Unstable eseguire quanto segue:
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/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Debian Testing eseguire quanto segue:
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/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Debian 9.0 eseguire quanto segue:
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/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Debian 13 eseguire quanto segue:
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/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Debian 12 eseguire quanto segue:
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/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Debian 11 eseguire quanto segue:
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/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Debian 10 eseguire quanto segue:
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/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per Fedora Rawhide eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_Rawhide/science:dlr.repo
dnf install sumo
Per Fedora 43 eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_43/science:dlr.repo
dnf install sumo
Per Fedora 42 eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_42/science:dlr.repo
dnf install sumo
Per Fedora 41 eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_41/science:dlr.repo
dnf install sumo
Per Fedora 40 eseguire quanto segue come root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_40/science:dlr.repo
dnf install sumo
Per Fedora 39 eseguire quanto segue come root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_39/science:dlr.repo
dnf install sumo
Per Fedora 38 eseguire quanto segue come root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_38/science:dlr.repo
dnf install sumo
Per openSUSE Tumbleweed eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Tumbleweed/science:dlr.repo
zypper refresh
zypper install sumo
Per openSUSE Leap 15.2 ARM eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2_ARM/science:dlr.repo
zypper refresh
zypper install sumo
Per openSUSE Leap 15.2 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2/science:dlr.repo
zypper refresh
zypper install sumo
Per openSUSE Leap 15.1 ARM eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.1_ARM/science:dlr.repo
zypper refresh
zypper install sumo
Per 16.0 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/16.0/science:dlr.repo
zypper refresh
zypper install sumo
Per 15.6 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.6/science:dlr.repo
zypper refresh
zypper install sumo
Per 15.5 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.5/science:dlr.repo
zypper refresh
zypper install sumo
Per 15.4 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.4/science:dlr.repo
zypper refresh
zypper install sumo
Per 15.3 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.3/science:dlr.repo
zypper refresh
zypper install sumo
Per xUbuntu 24.04 eseguire quanto segue:
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_24.04/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per xUbuntu 22.04 eseguire quanto segue:
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_22.04/ /' | sudo tee /etc/apt/sources.list.d/science:dlr.list
curl -fsSL https://download.opensuse.org/repositories/science:dlr/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/science_dlr.gpg > /dev/null
sudo apt update
sudo apt install sumo
Per xUbuntu 20.04 eseguire quanto segue:
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
Per xUbuntu 18.04 eseguire quanto segue:
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
Per xUbuntu 16.04 eseguire quanto segue:
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