From Fedora Project Wiki
Description
Listing all enabled and disabled modules in Fedora Server
Setup
- Grab Fedora Server and continue to install on a VM or Baremetal
- Login from the Cockpit Web-UI or server with the created user or root
How to test
Listing All Modules:
# Execute dnf module list --all
Listing All Enbaled Modules:
# Execute dnf module list --enabled
Listing All Disabled Modules:
# Execute dnf module list --disabled
Listing All Installed modules
# Execute dnf module list --installed
Expected Results
The commands execute without error
- The first command prints all the modules with their stream, version and profile details.
- The second command prints all the modules which are enabled in the system
- The third command prints all the modules which are presently disabled
- The fourth command prints all the modules which are presently installed
Optional
Optionally provide hints for exploratory testing.