From Fedora Project Wiki
(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...") |
No edit summary |
||
Line 5: | Line 5: | ||
# Login as root | # Login as root | ||
|actions= | |actions= | ||
Install Modules: | Enable and Install Modules from default Stream: | ||
# Run dnf module install | # Run {{ 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 }} | |||
Enablie and install the named Stream, named Install Profile, and particular version | |||
# Run {{ dnf install @module:stream:version/profile }} | |||
Remove Modules: | Remove Modules: | ||
# Run dnf module remove | # Run {{ dnf module remove @module }} | ||
Update Modules: | Update Modules: | ||
# Run dnf module | # Run {{ dnf module udpate <modeule_name> }} | ||
|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 | ||
# 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 23:58, 9 November 2017
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
Enable and Install Modules from default Stream:
Enable and Install Modules from named Stream and default Install Profile:
Enable and install the named Stream, default Install Profile, and particular version
Enablie and install the named Stream, named Install Profile, and particular version
Remove Modules:
Update Modules:
- Run {{ dnf module udpate <modeule_name> }}
Expected Results
The commands execute without error
- enable and install the default Stream and Install Profile of the named Module
- The second command removes the module.
- The third command updates the module.