From Fedora Project Wiki

Revision as of 18:06, 9 April 2018 by Sumantrom (talk | contribs)

Description

Enabling and Disabling Modules in Fedora Server

Setup

  1. Grab a Fedora Server and continue to install on a VM or Baremetal
  2. Login from the Cockpit Web-UI or server with the created user or root
  3. Check all available module here

How to test

Enabling Modules:

  1. Enabling module foo with specific stream and profile
   dnf module enable foo:stream
    dnf module enable foo:stream/profile 

Disabling Modules:

  1. 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

  1. The first command prints "foo:stream is enabled".
  2. The second command prints <foo> is disabled

Optional

Try entering random profile names