From Fedora Project Wiki

Revision as of 23:58, 9 November 2017 by Sumantrom (talk | contribs)

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

Enable and Install Modules from default Stream:

  1. Run Template:Dnf install @module

Enable and Install Modules from named Stream and default Install Profile:

  1. Run Template:Dnf install @module:stream

Enable and install the named Stream, default Install Profile, and particular version

  1. Run Template:Dnf install @module:stream:version

Enablie and install the named Stream, named Install Profile, and particular version

  1. Run Template:Dnf install @module:stream:version/profile

Remove Modules:

  1. Run Template:Dnf module remove @module

Update Modules:

  1. Run {{ dnf module udpate <modeule_name> }}

Expected Results

The commands execute without error

  1. enable and install the default Stream and Install Profile of the named Module
  2. The second command removes the module.
  3. The third command updates the module.