From 82fe88d9c079117a10eea62c9e568743ce902ad4 Mon Sep 17 00:00:00 2001 From: Cheng Da <111095732+gmao-cda@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:05:38 -0500 Subject: [PATCH] Add additional packages for locally installing spack-stack on Ubuntu 22.04LTS (#1025) --- doc/source/NewSiteConfigs.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/NewSiteConfigs.rst b/doc/source/NewSiteConfigs.rst index 8d3f46be6..cd9b6ada0 100644 --- a/doc/source/NewSiteConfigs.rst +++ b/doc/source/NewSiteConfigs.rst @@ -409,6 +409,8 @@ The following instructions were used to prepare a basic Ubuntu 20.04 or 22.04 LT apt install -y bzip2 apt install -y unzip apt install -y automake + apt install -y autopoint + apt install -y gettext apt install -y xterm apt install -y texlive apt install -y libcurl4-openssl-dev