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
with specific stream and profile
dnf module enable foo:stream
dnf module enable foo:stream/profile
Disabling Modules:
- Disabling module
foo
with a specific stream and profile
dnf module disable foo:stream
dnf module disable foo:stream/profile
Expected Results
The commands execute without error
- The first command prints "foo:stream is enabled".
- The second command prints <foo> is disabled
Optional
Try entering random profile names