From Fedora Project Wiki
Description
Install, remove and udpate modules in Fedora Modular
Setup
- Download and install Fedora 27 DVD image from XX
- Login as root
How to test
Install Modules:
- Run dnf module install <foo>
Remove Modules:
- Run dnf module remove <foo>
Update Modules:
- Run dnf module update <foo>
Expected Results
The commands execute without error
- The first command installs the module.
- The second command removes the module.
- The third command updates the module.
Optional
Optionally provide hints for exploratory testing.