netcdf-devel and libnetcdf package required for building and testing, respectively.
This may require lines such as the following to be added in the development and testing environments' almalinux8 Dockerfiles.
RUN yum install -y dnf-plugins-core
RUN yum config-manager --set-enabled powertools
And note also, each yum command can be invoked equivalently as dnf, with the same argument list, because yum and dnf commands are aliased to the same executable on almalinux 8
netcdf-devel and libnetcdf package required for building and testing, respectively. This may require lines such as the following to be added in the development and testing environments'
almalinux8
Dockerfiles.And note also, each
yum
command can be invoked equivalently asdnf
, with the same argument list, because yum and dnf commands are aliased to the same executable on almalinux 8