🙈 By 李崇民 2024-03-01
NJet YUM软件源已上线
OpenNJet 官网APT软件源已上线, 目前支持CentOS-7 amd64 架构的操作系统通过yum源直接安装二进制软件包。步骤如下:
1 添加yum源
echo "
[opennjet]
name=OpenNJet
baseurl=https://njet.org.cn/download/linux/centos/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=https://njet.org.cn/download/linux/centos/RPM-GPG-KEY-OpenNJet
" > /etc/yum.repos.d/njet.repo
2 更新yum缓存
yum clean all
yum makecache # 类似于 apt update
3 安装及启动
yum install njet
yum install njet-otel #如果需要njet-otelemetry 模块
sudo systemctl start njet