From Fedora Project Wiki
(Change the test case to be more specific.) |
mNo edit summary |
||
Line 9: | Line 9: | ||
* <code>dnf install module</code> to install the defaul stream and profile of the module. | * <code>dnf install module</code> to install the defaul stream and profile of the module. | ||
* <code>dnf module install module:stream</code> to install a module with a particular stream. | * <code>dnf module install module:stream</code> to install a module with a particular stream. | ||
Check, that the module is correctly installed, appears in the list of installed modules and shows the correct stream. | |||
Check, that the module is correctly installed, appears in the list of installed modules and shows the correct stream | |||
|results= | |results= |
Revision as of 07:54, 31 August 2018
Description
Install, remove and udpate modules in Fedora Server
Setup
- To start and learn how to list modules, follow the instructions in this test case [1]
How to test
Installing Modules
To install a module, use the following commands:
dnf install module
to install the defaul stream and profile of the module.dnf module install module:stream
to install a module with a particular stream.
Check, that the module is correctly installed, appears in the list of installed modules and shows the correct stream.
Expected Results
All above commands execute without errors.
- When you install the module using
dnf install
, the command must install the module in its default stream and profile. - When you install the module (:stream/profile), the module must successfully install in a selected stream or stream and profile. The module must be listed on the list of installed modules.
Optional
Try various modules and streams/profiles.