forked from Controls/gitea-pages
support module streams on RHEL8
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user