diff --git a/_toc.yml b/_toc.yml index d328bb21..c2cc3c62 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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 diff --git a/rhel8/index.md b/rhel8/index.md index 327ee8a8..4b587965 100644 --- a/rhel8/index.md +++ b/rhel8/index.md @@ -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) diff --git a/rhel8/packages.md b/rhel8/software.md similarity index 99% rename from rhel8/packages.md rename to rhel8/software.md index 0908d7ce..a15ad5b6 100644 --- a/rhel8/packages.md +++ b/rhel8/software.md @@ -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.