From Fedora Project Wiki

No edit summary
No edit summary
Line 26: Line 26:
|results=
|results=
The commands execute without error  
The commands execute without error  
# enable and install the default Stream and Install Profile of the named Module
# {{#tag:pre|
adnadlkjald
}}
# The second command removes the module.
# The second command removes the module.
# The third command updates the module.
# The third command updates the module.
}}
}}

Revision as of 00:16, 10 November 2017

Description

Install, remove and udpate modules in Fedora Modular

Setup

  1. Download a nightly image or RC of Fedora 27 Modular Server
  2. Continue to install on a VM or Baremetal
  3. Login as root

How to test

Enable and Install Modules from default Stream:

  1. Run dnf install @module

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

  1. Run dnf install @module:stream

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

  1. Run dnf install @module:stream:version

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

  1. Run dnf install @module:stream:version/profile

Remove Modules:

  1. Run dnf module remove @module

Update Modules:

  1. Run dnf module udpate <modeule_name>

Expected Results

The commands execute without error

adnadlkjald

  1. The second command removes the module.
  2. The third command updates the module.