From Fedora Project Wiki
Description
Enabling and Disabling Modules in Fedora Server
Setup
- Grab a 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
- Check all available module here
How to test
Enabling Modules:
- Enabling module
foo
without any specific stream
dnf module enable foo
- Enabling module
foo
with specific stream
dnf module enable foo:stream
Disabling Modules:
- Disabling module
foo
without any specifc stream
dnf module disable foo
- Disabling module
foo
with a specific stream
dnf module disable foo:stream
Expected Results
The commands execute without error
- The first command prints "foo is enabled".
- The second command prints <foo> is disabled
Optional
Optionally provide hints for exploratory testing.