crystal1.5 from devel:languages:crystal project
选择您的操作系统
添加软件源并手动安装
对于 CentOS 8,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:languages:crystal/CentOS_8/devel:languages:crystal.repo yum install crystal1.5
对于 CentOS 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:languages:crystal/CentOS_7/devel:languages:crystal.repo yum install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 Debian Unstable,请运行以下命令:
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/devel:/languages:/crystal/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 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/devel:/languages:/crystal/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 Debian 9.0,请运行以下命令:
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/devel:/languages:/crystal/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 Debian 13,请运行以下命令:
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/devel:/languages:/crystal/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 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/devel:/languages:/crystal/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 Debian 11,请运行以下命令:
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/devel:/languages:/crystal/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 Debian 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/devel:/languages:/crystal/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 Fedora Rawhide,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_Rawhide/devel:languages:crystal.repo dnf install crystal1.5
对于 Fedora 43,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_43/devel:languages:crystal.repo dnf install crystal1.5
对于 Fedora 42,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_42/devel:languages:crystal.repo dnf install crystal1.5
对于 Fedora 41,请以根用户 root 运行下面命令:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_41/devel:languages:crystal.repo dnf install crystal1.5
对于 Fedora 40,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_40/devel:languages:crystal.repo dnf install crystal1.5
对于 Fedora 39,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_39/devel:languages:crystal.repo dnf install crystal1.5
对于 Fedora 38,请以根用户 root 运行下面命令:
dnf config-manager --add-repo https://download.opensuse.org/repositories/devel:languages:crystal/Fedora_38/devel:languages:crystal.repo dnf install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 openSUSE Tumbleweed,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/openSUSE_Tumbleweed/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
对于 openSUSE Slowroll,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/openSUSE_Slowroll/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
对于 16.0,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/16.0/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
对于 15.6,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/15.6/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
对于 15.5,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/15.5/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
对于 15.4,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/15.4/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 RHEL 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:languages:crystal/RHEL_7/devel:languages:crystal.repo yum install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 ScientificLinux 7,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:languages:crystal/ScientificLinux_7/devel:languages:crystal.repo yum install crystal1.5
对于 ScientificLinux 6,请以根用户 root 运行下面命令:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/devel:languages:crystal/ScientificLinux_6/devel:languages:crystal.repo yum install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 SLE 15 SP3,请以根用户 root 运行下面命令:
zypper addrepo https://download.opensuse.org/repositories/devel:languages:crystal/SLE_15_SP3/devel:languages:crystal.repo zypper refresh zypper install crystal1.5
直接抓取二进制软件包
添加软件源并手动安装
对于 xUbuntu 25.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/devel:/languages:/crystal/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 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/devel:/languages:/crystal/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 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/devel:/languages:/crystal/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 23.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/devel:/languages:/crystal/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 23.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/devel:/languages:/crystal/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 22.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/devel:/languages:/crystal/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 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/devel:/languages:/crystal/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 21.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/devel:/languages:/crystal/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 21.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/devel:/languages:/crystal/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 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/devel:/languages:/crystal/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 18.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/devel:/languages:/crystal/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 16.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/devel:/languages:/crystal/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5
对于 xUbuntu 14.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/devel:/languages:/crystal/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/devel:languages:crystal.list curl -fsSL https://download.opensuse.org/repositories/devel:languages:crystal/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/devel_languages_crystal.gpg > /dev/null sudo apt update sudo apt install crystal1.5