support module streams on RHEL8

This commit is contained in:
2023-06-15 15:10:04 +02:00
parent 9d58e98580
commit 4376c2b7ac
+9
View File
@@ -69,6 +69,15 @@ base::pkg_group::java:
Note that this tag can be combined with the `latest` and `absent` tag.
### Install Module Stream
RHEL 8 introduced the concept of [module streams](https://docs.pagure.org/modularity/).
A specific stream can be selected with the `stream` tag:
```
base::pkg_group::nodejos:
- 'nodejs:stream=12'
```
### Remove Packages
To remove an already installed package, append the `:absent` tag to the package name in the package group: