Hyrax-Rocky9: Difference between revisions
From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
| Line 4: | Line 4: | ||
''Updated 06/17/2025'' | ''Updated 06/17/2025'' | ||
Update | ===Update=== | ||
yum -y update | yum -y update | ||
To get the commands ''ps'', ''which'', etc. | === procps To get the commands ''ps'', ''which'', etc.=== | ||
yum install -y procps | yum install -y procps | ||
C++ environment plus build tools | ===C++ environment plus build tools=== | ||
yum install -y git gcc-c++ flex bison cmake autoconf automake libtool emacs bzip2 vim bc | yum install -y git gcc-c++ flex bison cmake autoconf automake libtool emacs bzip2 vim bc | ||
Development library versions | ===Development library versions=== | ||
yum install -y openssl-devel libuuid-devel readline-devel zlib-devel bzip2-devel libjpeg-devel libxml2-devel curl-devel libicu-devel | yum install -y openssl-devel libuuid-devel readline-devel zlib-devel bzip2-devel libjpeg-devel libxml2-devel curl-devel libicu-devel | ||
''' | '''WARNINGS!''' | ||
No match for argument: libtirpc-devel | |||
Java | ===Java=== | ||
yum install -y java-21-openjdk java-21-openjdk-devel ant | yum install -y java-21-openjdk java-21-openjdk-devel ant | ||
EPEL | ===EPEL=== | ||
yum install dnf-plugins-core | yum install dnf-plugins-core | ||
yum install epel-release | yum install epel-release | ||
| Line 28: | Line 28: | ||
Install CppUnit and some more development libraries | ===Install CppUnit and some more development libraries=== | ||
dnf install -y cppunit cppunit-devel openjpeg2-devel jasper-devel | dnf install -y cppunit cppunit-devel openjpeg2-devel jasper-devel | ||
''' | :'''WARNINGS!''' | ||
No match for argument: cppunit | |||
No match for argument: cppunit-devel | |||
No match for argument: openjpeg2-devel | |||
No match for argument: jasper-devel | |||
Install the RPM tools | ===Install the RPM tools=== | ||
dnf install -y rpm-devel rpm-build redhat-rpm-config | dnf install -y rpm-devel rpm-build redhat-rpm-config | ||
Install the AWS CLI | ===Install the AWS CLI=== | ||
dnf install -y awscli2 | dnf install -y awscli2 | ||
Revision as of 16:21, 17 June 2025
Configuring Rocky 9 For Hyrax Development
Install (some) dependencies from yum/dnf
Updated 06/17/2025
Update
yum -y update
procps To get the commands ps, which, etc.
yum install -y procps
C++ environment plus build tools
yum install -y git gcc-c++ flex bison cmake autoconf automake libtool emacs bzip2 vim bc
Development library versions
yum install -y openssl-devel libuuid-devel readline-devel zlib-devel bzip2-devel libjpeg-devel libxml2-devel curl-devel libicu-devel
WARNINGS!
No match for argument: libtirpc-devel
Java
yum install -y java-21-openjdk java-21-openjdk-devel ant
EPEL
yum install dnf-plugins-core yum install epel-release yum config-manager --set-enabled powertools
Install CppUnit and some more development libraries
dnf install -y cppunit cppunit-devel openjpeg2-devel jasper-devel
- WARNINGS!
No match for argument: cppunit
No match for argument: cppunit-devel
No match for argument: openjpeg2-devel
No match for argument: jasper-devel
Install the RPM tools
dnf install -y rpm-devel rpm-build redhat-rpm-config
Install the AWS CLI
dnf install -y awscli2