MirrorZ Help

Erlang Solutions 软件仓库镜像使用帮助

选择镜像

Debian/Ubuntu 用户

首先信任 erlang-solutions 的 GPG 公钥:

发行版
curl -s https://packages.erlang-solutions.com/debian/erlang_solutions.asc | sudo apt-key add -

再选择你的 Debian / Ubuntu 版本,文本框中内容写进 /etc/apt/sources.list.d/erlang-solutions.list

发行版
deb https://(Loading...)/debian bullseye contrib

安装 erlang 即可

sudo apt-get update
sudo apt-get install -y erlang

CentOS 用户

首先信任 erlang-solutions 的 GPG 公钥:

{{sudo}}rpm --import https://packages.erlang-solutions.com/rpm/erlang_solutions.asc

新建 /etc/yum.repos.d/erlang-solutions.repo,内容为

[erlang-solutions]
name=CentOS $releasever - Erlang Solutions
baseurl=https://(Loading...)/centos/$releasever/
gpgcheck=1
gpgkey=https://packages.erlang-solutions.com/rpm/erlang_solutions.asc
enabled=1

刷新缓存并安装 erlang 即可。

sudo yum makecache
sudo yum install erlang

这个页面的内容有问题?在 GitHub Issue 反馈

想完善这个页面?查看我们的贡献指南在 GitHub 上查看此页的源代码

本页面的全部内容在 CC BY-NC-SA 4.0 协议之条款下提供,附加条款亦可能应用。