cmake from home:alvistack project
Виберіть вашу операційну систему
Додати сховище і встановити вручну
Для CentOS 7 запустіть від імені root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/CentOS_7/home:alvistack.repo yum install cmake
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для Debian Testing запустіть:
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:/alvistack/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list curl -fsSL https://download.opensuse.org/repositories/home:alvistack/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null sudo apt update sudo apt install cmake
Для Debian 12 запустіть:
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:/alvistack/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list curl -fsSL https://download.opensuse.org/repositories/home:alvistack/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null sudo apt update sudo apt install cmake
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для Fedora Rawhide запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_Rawhide/home:alvistack.repo dnf install cmake
Для Fedora 41 запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_41/home:alvistack.repo dnf install cmake
Для Fedora 40 запустіть від імені root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:alvistack/Fedora_40/home:alvistack.repo dnf install cmake
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для openSUSE Tumbleweed запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Tumbleweed/home:alvistack.repo zypper refresh zypper install cmake
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для AlmaLinux 9 запустіть від імені root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/AlmaLinux_9/home:alvistack.repo yum install cmake
Для AlmaLinux 8 запустіть від імені root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/AlmaLinux_8/home:alvistack.repo yum install cmake
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для openSUSE Leap 15.6 запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Leap_15.6/home:alvistack.repo zypper refresh zypper install cmake
Отримати безпосередньо двійкові пакунки
Додати сховище і встановити вручну
Для xUbuntu 24.10 запустіть:
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:/alvistack/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null sudo apt update sudo apt install cmake
Для xUbuntu 24.04 запустіть:
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:/alvistack/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null sudo apt update sudo apt install cmake
Для xUbuntu 22.04 запустіть:
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:/alvistack/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null sudo apt update sudo apt install cmake
Для xUbuntu 20.04 запустіть:
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:/alvistack/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:alvistack.list curl -fsSL https://download.opensuse.org/repositories/home:alvistack/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_alvistack.gpg > /dev/null sudo apt update sudo apt install cmake