From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
# Grab a Fedora Server and continue to install on a VM or Baremetal | # 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 | # Login from the Cockpit Web-UI or server with the created user or root | ||
# Check all available module [https://fedoraproject.org/wiki/User:Sumantrom/Draft/ | # Check all available module [https://fedoraproject.org/wiki/User:Sumantrom/Draft/dnf_module_list here] | ||
|actions= | |actions= | ||
=== Enabling Modules: === | === Enabling Modules: === |
Revision as of 17:30, 9 April 2018
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.