List Modules
dnf module list
Oracle Linux 9 Application Stream Packages (aarch64)
Name Stream Profiles Summary
mariadb 10.11 client, galera, s MariaDB Module
erver [d]
maven 3.8 common [d] Java project management and projec
t comprehension tool
nginx 1.22 common [d] nginx webserver
nginx 1.24 common [d] nginx webserver
nodejs 18 common [d], devel Javascript runtime
opment, minimal,
s2i
nodejs 20 common [d], devel Javascript runtime
opment, minimal,
s2i
php 8.1 common [d], devel PHP scripting language
, minimal
php 8.2 common [d], devel PHP scripting language
, minimal
postgresql 15 client, server [d PostgreSQL server and client modul
] e
postgresql 16 client, server [d PostgreSQL server and client modul
] e
redis 7 common [d] Redis persistent key-value databas
e
ruby 3.1 common [d] An interpreter of object-oriented
scripting language
ruby 3.3 common [d] An interpreter of object-oriented
scripting language
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
List information about Nginx module and retrieve its status:
dnf module list nginx
Oracle Linux 9 Application Stream Packages (aarch64)
Name Stream Profiles Summary
nginx 1.22 common [d] nginx webserver
nginx 1.24 common [d] nginx webserver
Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled
dnf module reset nginx
dnf module enable nginx:1.24
To Install the latest nginx packages:
dnf install nginx -y
OR
dnf module install nginx:1.24
Reference:
Manage AppStream Modules on Oracle Linux
No comments:
Post a Comment