Skip to content

rockylinux安装

sh
# 这里以安装 nginx 列出nginx
dnf module list nginx
# 启用 nginx
dnf module enable nginx -y
# 安装nginx
dnf install nginx

Released under the MIT License.