sumo from science:dlr project
Pasirinkite operacinę sistemą
Pridėti saugyklą ir diegti rankiniu būdu
Arch Linux. Atverkite /etc/pacman.conf ir prirašykite (atminkite, kad pacman.conf saugyklų tvarka yra svarbi, nes pacman parsiunčia pirmą surastą paketą):
[science_dlr_Arch] Server = https://download.opensuse.org/repositories/science:/dlr/Arch/$arch
Įvykdykite root teisėmis
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
Siųstis dvejetainius paketus
Pridėti saugyklą ir diegti rankiniu būdu
CentOS 8. Įvykdykite root teisėmis:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:dlr/CentOS_8/science:dlr.repo yum install sumo
CentOS 7. Įvykdykite root teisėmis:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/science:dlr/CentOS_7/science:dlr.repo yum install sumo
Siųstis dvejetainius paketus
Pridėti saugyklą ir diegti rankiniu būdu
Debian Unstable. Įvykdykite:
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
Debian Testing. Įvykdykite:
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
Debian 9.0. Įvykdykite:
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
Debian 13. Įvykdykite:
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
Debian 12. Įvykdykite:
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
Debian 11. Įvykdykite:
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
Debian 10. Įvykdykite:
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
Siųstis dvejetainius paketus
Pridėti saugyklą ir diegti rankiniu būdu
Fedora Rawhide. Įvykdykite root teisėmis:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_Rawhide/science:dlr.repo dnf install sumo
Fedora 43. Įvykdykite root teisėmis:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_43/science:dlr.repo dnf install sumo
Fedora 42. Įvykdykite root teisėmis:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_42/science:dlr.repo dnf install sumo
Fedora 41. Įvykdykite root teisėmis:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_41/science:dlr.repo dnf install sumo
Fedora 40. Įvykdykite root teisėmis:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_40/science:dlr.repo dnf install sumo
Fedora 39. Įvykdykite root teisėmis:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_39/science:dlr.repo dnf install sumo
Fedora 38. Įvykdykite root teisėmis:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_38/science:dlr.repo dnf install sumo
Siųstis dvejetainius paketus
Pridėti saugyklą ir diegti rankiniu būdu
openSUSE Tumbleweed. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Tumbleweed/science:dlr.repo zypper refresh zypper install sumo
openSUSE Leap 15.2 ARM. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2_ARM/science:dlr.repo zypper refresh zypper install sumo
openSUSE Leap 15.2. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2/science:dlr.repo zypper refresh zypper install sumo
openSUSE Leap 15.1 ARM. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.1_ARM/science:dlr.repo zypper refresh zypper install sumo
16.0. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/16.0/science:dlr.repo zypper refresh zypper install sumo
15.6. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.6/science:dlr.repo zypper refresh zypper install sumo
15.5. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.5/science:dlr.repo zypper refresh zypper install sumo
15.4. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.4/science:dlr.repo zypper refresh zypper install sumo
15.3. Įvykdykite root teisėmis:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.3/science:dlr.repo zypper refresh zypper install sumo
Siųstis dvejetainius paketus
Pridėti saugyklą ir diegti rankiniu būdu
xUbuntu 24.04. Įvykdykite:
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
xUbuntu 22.04. Įvykdykite:
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
xUbuntu 20.04. Įvykdykite:
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
xUbuntu 18.04. Įvykdykite:
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
xUbuntu 16.04. Įvykdykite:
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
Siųstis dvejetainius paketus
Pridėti saugyklą ir diegti rankiniu būdu
Fedora 37. Įvykdykite root teisėmis:
?
Fedora 36. Įvykdykite root teisėmis:
?