From Fedora Project Wiki
No edit summary |
m (Lruzicka moved page User:Sumantrom/Draft/dnf module list to User:Lruzicka/Draft/dnf module list: A change of assignees.) |
(No difference)
|
Revision as of 08:57, 31 July 2018
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.