如何在 CentOS-8 中使用 yum 从 nginx.org repo 安装 NGINX?

如何在 CentOS-8 中使用 yum 从 nginx.org repo 安装 NGINX?

问题:启用 repos 后(就像我对 centos-7 所做的那样),yum 根本看不到来自 nginx.org repo 的任何 Nginx RPM:

# cat << 'EOF' > /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
#baseurl=https://nginx.org/packages/centos/$releasever/$basearch/
baseurl=https://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://nginx.org/keys/nginx_signing.key
module_hotfixes=true
EOF

# yum -y update
# yum install nginx-1.18.0-2.el8.ngx
No package nginx-1.18.0-2.el8.ngx available.

任何播放都yum module只需在默认播放之间切换。但 nginx.org 在以下情况下被忽略任何状况。

相关内容