diff --git a/rhel8/software.md b/rhel8/software.md index 8577366f..920a26b1 100644 --- a/rhel8/software.md +++ b/rhel8/software.md @@ -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: