From 541cdbbef29c550f747a157a5e99a6e96b13c9ea Mon Sep 17 00:00:00 2001 From: Bryce Torcello Date: Wed, 3 May 2023 17:04:16 +0000 Subject: docs: update RHEL/CentOS system prerequisites (#36720) --- lib/spack/docs/getting_started.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst index 46bf657d62..3c077490a2 100644 --- a/lib/spack/docs/getting_started.rst +++ b/lib/spack/docs/getting_started.rst @@ -41,12 +41,9 @@ A build matrix showing which packages are working on which systems is shown belo .. code-block:: console - yum update -y - yum install -y epel-release - yum update -y - yum --enablerepo epel groupinstall -y "Development Tools" - yum --enablerepo epel install -y curl findutils gcc-c++ gcc gcc-gfortran git gnupg2 hostname iproute redhat-lsb-core make patch python3 python3-pip python3-setuptools unzip - python3 -m pip install boto3 + dnf install epel-release + dnf group install "Development Tools" + dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3 .. tab-item:: macOS Brew -- cgit v1.2.3-60-g2f50