From Fedora Project Wiki

(add note to install fedora-repos-modular)
m (adding category for modularity acceptance test cases)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
|description= Update modules in Fedora
|description= Update modules in Fedora
|setup=  
|setup=  
# To start and learn how to list modules, follow the instructions in [[QA:Testcase_Modularity_module_list|this test case]]. On Fedora 33 or later you will need to run {{command|dnf install fedora-repos-modular}}.
# To start and learn how to list modules, follow the instructions in [[QA:Testcase_Modularity_module_list|this test case]].


|actions=  
|actions=  
Line 17: Line 17:
|optional= Try various modules and streams/profiles.  
|optional= Try various modules and streams/profiles.  
}}
}}
[[Category:Modularity_Acceptance_Test_Cases]]

Latest revision as of 19:15, 10 February 2022

Description

Update modules in Fedora

Setup

  1. To start and learn how to list modules, follow the instructions in this test case.

How to test

Updating Modules

To install a module, use the following commands:

  • dnf update module to update the module in enabled stream.

Check, that the module is correctly updated to a newer version in the scope of the same stream. It still appears on the list of installed and enabled modules and the stream matches the stream in the previous version.

Expected Results

All above commands execute without errors.

  1. When you install the module using dnf update module, the command must update the module in its selected stream and profile.

Optional

Try various modules and streams/profiles.