cmake from home:rncbc:libs project

Wählen Sie ihr Betriebssystem

Für Arch Linux, bearbeiten Sie /etc/pacman.conf und fügen Sie folgendes hinzu (bitte beachten Sie, dass die Reihenfolge der Repositories in pacman.conf wichtig ist, weil pacman immer das zuerst gefundene Paket herunterlädt) :
[home_rncbc_libs_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc:/libs/Arch/$arch
Führen Sie anschließend das folgende als root aus
key=$(curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Arch/$(uname -m)/home_rncbc_libs_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 home_rncbc_libs_Arch/cmake
Führen Sie für Debian 12 folgendes aus:
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/home:/rncbc:/libs/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake
Führen Sie für Debian 11 folgendes aus:
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/home:/rncbc:/libs/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake

Pakete für Debian 12:

Pakete für Debian 11:

Führen Sie für Fedora 41 das Folgende als root aus:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_41/home:rncbc:libs.repo
dnf install cmake
Führen Sie für Fedora 40 das Folgende als root aus:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_40/home:rncbc:libs.repo
dnf install cmake
Führen Sie für openSUSE Tumbleweed das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Tumbleweed/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Führen Sie für openSUSE Slowroll das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Slowroll/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Führen Sie für openSUSE Leap 15.2 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.2/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Führen Sie für Raspbian 12 folgendes aus:
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/home:/rncbc:/libs/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake
Führen Sie für Raspbian 11 folgendes aus:
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/home:/rncbc:/libs/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake

Pakete für Raspbian 12:

Pakete für Raspbian 11:

Führen Sie für openSUSE Leap 15.6 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.6/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Führen Sie für openSUSE Leap 15.5 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.5/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Führen Sie für xUbuntu 24.04 folgendes aus:
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/home:/rncbc:/libs/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake
Führen Sie für xUbuntu 22.04 folgendes aus:
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/home:/rncbc:/libs/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake
Führen Sie für xUbuntu 20.04 folgendes aus:
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/home:/rncbc:/libs/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null
sudo apt update
sudo apt install cmake

Pakete für xUbuntu 24.04:

Pakete für xUbuntu 22.04:

Pakete für xUbuntu 20.04: