From 10fd986630d2d948d85fd06c5185f18fb5c3d61d Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 2 Apr 2024 16:13:30 -0400 Subject: [PATCH] remove el7 from install page. (#956) --- 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