From Fedora Project Wiki

Revision as of 23:49, 6 November 2017 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description= Install, remove and udpate modules in Fedora Modular |setup= # Download and install Fedora 27 DVD image from XX # Login as root |actions= Install...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Install, remove and udpate modules in Fedora Modular

Setup

  1. Download and install Fedora 27 DVD image from XX
  2. Login as root

How to test

Install Modules:

  1. Run dnf module install <foo>

Remove Modules:

  1. Run dnf module remove <foo>

Update Modules:

  1. Run dnf module update <foo>

Expected Results

The commands execute without error

  1. The first command installs the module.
  2. The second command removes the module.
  3. The third command updates the module.

Optional

Optionally provide hints for exploratory testing.