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

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

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

  1. The first command prints all the modules with their stream, version and profile details.
  2. The second command prints all the modules which are enabled in the system
  3. The third command prints all the modules which are presently disabled
  4. The fourth command prints all the modules which are presently installed

Optional

Optionally provide hints for exploratory testing.