extend package management to software management

This commit is contained in:
2022-11-15 17:43:10 +01:00
parent 48f1ad327c
commit befd8e098d
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ parts:
- file: rhel8/index
sections:
- file: rhel8/installation
- file: rhel8/packages
- file: rhel8/software
- file: rhel8/nvidia
- file: rhel8/kerberos
- file: rhel8/desktop

View File

@@ -104,7 +104,7 @@ which is IMHO OK to not allow a normal user to do changes there.
## Documenatation
* [Installation](installation)
* [Package Management](packages)
* [Software and Package Management](software)
* [CUDA and Nvidia Drivers](nvidia)
* [Kerberos](kerberos)
* [Desktop](desktop)

View File

@@ -1,4 +1,4 @@
# Package Management for RHEL 8
# Software and Package Management for RHEL 8
How to add packages and package repositories and what repositories are available is documented here.