From Fedora Project Wiki
Description
Install, remove and udpate modules in Fedora Modular
Setup
- Download a nightly image or RC of Fedora 27 Modular Server
- Continue to install on a VM or Baremetal
- Login as root
How to test
- Enable and Install Modules from default Stream:
# Run
- The second command removes the module.
- The third command updates the module.
dnf install @module
- Enable and Install Modules from named Stream and default Install Profile:
# Run
dnf install @module:stream
- Enable and install the named Stream, default Install Profile, and particular version
# Run
dnf install @module:stream:version
- Enable and install the named Stream, named Install Profile, and particular version
# Run
dnf install @module:stream:version/profile
- Remove Modules:
# Run
dnf module remove @module
- Update Modules:
# Run
dnf module udpate <modeule_name>
Expected Results
The commands execute without error
adnadlkjald