From 72e69353cbb80769d95249d5dfa9f39f0cd2f15a Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 2 Apr 2024 15:24:26 -0400 Subject: [PATCH] remove el7 from install page. --- source/installation/install-software.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/source/installation/install-software.rst b/source/installation/install-software.rst index 58b6df597..0c7152687 100644 --- a/source/installation/install-software.rst +++ b/source/installation/install-software.rst @@ -56,19 +56,6 @@ Some operating systems use `Software Collections`_ to satisfy these. sudo dnf install epel-release sudo dnf module enable ruby:3.1 nodejs:18 - .. tab:: RHEL 7 - - .. warning:: - - You may also need to enable the *Optional* channel and - attach a subscription providing access to RHSCL to be able to use this - repository. - - .. code-block:: sh - - sudo yum install epel-release - sudo subscription-manager repos --enable=rhel-server-rhscl-7-rpms - .. tab:: RHEL 8