sumo from science:dlr project
Seleccioneu el sistema operatiu
Afegiu el repositori i instal·leu-lo manualment
Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[science_dlr_Arch] Server = https://download.opensuse.org/repositories/science:/dlr/Arch/$arch
Llavors executeu el següent com a 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
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a CentOS 8 executeu el següent com a root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:dlr/CentOS_8/science:dlr.repo yum install sumo
Per a CentOS 7 executeu el següent com a root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:dlr/CentOS_7/science:dlr.repo yum install sumo
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a Debian Unstable executeu el següent:
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 a Debian Testing executeu el següent:
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 a Debian 9.0 executeu el següent:
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 a Debian 13 executeu el següent:
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 a Debian 12 executeu el següent:
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 a Debian 11 executeu el següent:
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 a Debian 10 executeu el següent:
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
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a Fedora Rawhide executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_Rawhide/science:dlr.repo dnf install sumo
Per a Fedora 43 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_43/science:dlr.repo dnf install sumo
Per a Fedora 42 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_42/science:dlr.repo dnf install sumo
Per a Fedora 41 executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_41/science:dlr.repo dnf install sumo
Per a Fedora 40 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_40/science:dlr.repo dnf install sumo
Per a Fedora 39 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_39/science:dlr.repo dnf install sumo
Per a Fedora 38 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_38/science:dlr.repo dnf install sumo
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a openSUSE Tumbleweed executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Tumbleweed/science:dlr.repo zypper refresh zypper install sumo
Per a openSUSE Leap 15.2 ARM executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2_ARM/science:dlr.repo zypper refresh zypper install sumo
Per a openSUSE Leap 15.2 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2/science:dlr.repo zypper refresh zypper install sumo
Per a openSUSE Leap 15.1 ARM executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.1_ARM/science:dlr.repo zypper refresh zypper install sumo
Per a 16.0 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/16.0/science:dlr.repo zypper refresh zypper install sumo
Per a 15.6 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.6/science:dlr.repo zypper refresh zypper install sumo
Per a 15.5 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.5/science:dlr.repo zypper refresh zypper install sumo
Per a 15.4 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.4/science:dlr.repo zypper refresh zypper install sumo
Per a 15.3 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.3/science:dlr.repo zypper refresh zypper install sumo
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a xUbuntu 24.04 executeu el següent:
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 a xUbuntu 22.04 executeu el següent:
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 a xUbuntu 20.04 executeu el següent:
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 a xUbuntu 18.04 executeu el següent:
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 a xUbuntu 16.04 executeu el següent:
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
Agafeu paquets binaris directament
Afegiu el repositori i instal·leu-lo manualment
Per a Fedora 37 executeu el següent com a root:
?
Per a Fedora 36 executeu el següent com a root:
?