cmake from science:dlr project

Valitse käyttöjärjestelmäsi

CentOS 8 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/CentOS_8/science:dlr.repo
yum install cmake
CentOS 7 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/CentOS_7/science:dlr.repo
yum install cmake
Debian Unstable suorita seuraava:
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 cmake
Debian Testing suorita seuraava:
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 cmake
Debian 9.0 suorita seuraava:
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 cmake
Debian 13 suorita seuraava:
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 cmake
Debian 12 suorita seuraava:
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 cmake
Debian 11 suorita seuraava:
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 cmake
Debian 10 suorita seuraava:
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 cmake
Fedora Rawhide suorita seuraava root-käyttäjänä:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/science:dlr/Fedora_Rawhide/science:dlr.repo
dnf install cmake
Fedora 40 suorita seuraava root-käyttäjänä:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_40/science:dlr.repo
dnf install cmake
Fedora 39 suorita seuraava root-käyttäjänä:
dnf config-manager --add-repo https://download.opensuse.org/repositories/science:dlr/Fedora_39/science:dlr.repo
dnf install cmake
openSUSE Tumbleweed suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Tumbleweed/science:dlr.repo
zypper refresh
zypper install cmake
openSUSE Leap 15.2 ARM suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2_ARM/science:dlr.repo
zypper refresh
zypper install cmake
openSUSE Leap 15.2 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.2/science:dlr.repo
zypper refresh
zypper install cmake
openSUSE Leap 15.1 ARM suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/openSUSE_Leap_15.1_ARM/science:dlr.repo
zypper refresh
zypper install cmake
15.6 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.6/science:dlr.repo
zypper refresh
zypper install cmake
15.5 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/15.5/science:dlr.repo
zypper refresh
zypper install cmake
RHEL 7 suorita seuraava root-käyttäjänä:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/science:dlr/RHEL_7/science:dlr.repo
yum install cmake
SLE 12 SP3 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/SLE_12_SP3/science:dlr.repo
zypper refresh
zypper install cmake
SLE 12 SP2 suorita seuraava root-käyttäjänä:
zypper addrepo https://download.opensuse.org/repositories/science:dlr/SLE_12_SP2/science:dlr.repo
zypper refresh
zypper install cmake
xUbuntu 24.04 suorita seuraava:
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 cmake
xUbuntu 22.04 suorita seuraava:
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 cmake
xUbuntu 20.04 suorita seuraava:
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 cmake
xUbuntu 18.04 suorita seuraava:
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 cmake
xUbuntu 16.04 suorita seuraava:
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 cmake

Paketit xUbuntu 24.04:

Paketit xUbuntu 22.04:

Paketit xUbuntu 20.04:

Paketit xUbuntu 18.04: