LINUX YUM
列出某個(gè)軟件的所有版本號(hào):yum module list nginx
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
Name Stream Profiles Summary
nginx 1.14 [d] common [d] nginx webserver
nginx 1.16 common [d] nginx webserver
nginx 1.18 common [d] nginx webserver
nginx 1.20 [e] common [d] nginx webserver
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
Name Stream Profiles Summary
nginx 1.14 [d] common [d] nginx webserver
nginx 1.16 common [d] nginx webserver
nginx 1.18 common [d] nginx webserver
nginx 1.20 [e] common [d] nginx webserver
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
設(shè)定某個(gè)版本為默認(rèn)版本
yum module enable nginx:1.20
安裝默認(rèn)版本
yum install nginx
posted on 2022-06-23 17:21 paulwong 閱讀(171) 評(píng)論(0) 編輯 收藏 所屬分類: LINUX 、LINUX-SHELL