cmake from home:rncbc:libs project

Selecionar o Seu Sistema Operativo

Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_rncbc_libs_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc:/libs/Arch/$arch
Depois execute o seguinte como root
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
Para Debian 12 corra o seguinte:
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
Para Debian 11 corra o seguinte:
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

Pacotes para Debian 12:

Pacotes para Debian 11:

Para Fedora 40 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_40/home:rncbc:libs.repo
dnf install cmake
Para Fedora 39 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_39/home:rncbc:libs.repo
dnf install cmake
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Tumbleweed/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Para openSUSE Slowroll corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Slowroll/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Para openSUSE Leap 15.2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.2/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Para Raspbian 12 corra o seguinte:
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
Para Raspbian 11 corra o seguinte:
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

Pacotes para Raspbian 12:

Pacotes para Raspbian 11:

Para openSUSE Leap 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.6/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Para openSUSE Leap 15.5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.5/home:rncbc:libs.repo
zypper refresh
zypper install cmake
Para xUbuntu 24.04 corra o seguinte:
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
Para xUbuntu 22.04 corra o seguinte:
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
Para xUbuntu 20.04 corra o seguinte:
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

Pacotes para xUbuntu 24.04:

Pacotes para xUbuntu 22.04:

Pacotes para xUbuntu 20.04: