How To Install netcdf-cxx on Fedora 36
Introduction
In this tutorial we learn how to install netcdf-cxx
on Fedora 36.
What is netcdf-cxx
Legacy netCDF C++ library. This library is provided for backward compatibility only. New C++ development should be done with the netCDF CXX4 C++ library.
We can use yum
or dnf
to install netcdf-cxx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netcdf-cxx.
Install netcdf-cxx on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install netcdf-cxx
using dnf
by running the following command:
sudo dnf -y install netcdf-cxx
Install netcdf-cxx on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install netcdf-cxx
using yum
by running the following command:
sudo yum -y install netcdf-cxx
How To Uninstall netcdf-cxx on Fedora 36
To uninstall only the netcdf-cxx
package we can use the following command:
sudo dnf remove netcdf-cxx
netcdf-cxx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/c9f65c1eca2d3422adf50d46df969d377a9200
/usr/lib/libnetcdf_c++.so.4
/usr/lib/libnetcdf_c++.so.4.2.0
/usr/share/doc/netcdf-cxx
/usr/share/doc/netcdf-cxx/COPYRIGHT
/usr/share/doc/netcdf-cxx/README
References
Summary
In this tutorial we learn how to install netcdf-cxx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install netcdf-cxx on Fedora 36” linkTitle: “netcdf-cxx” type: “docs” description: “In this tutorial we learn how to install netcdf-cxx in Fedora 36. netcdf-cxx is Legacy netCDF C++ library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/netcdf-cxx-featured.png
Introduction
In this tutorial we learn how to install netcdf-cxx
on Fedora 36.
What is netcdf-cxx
Legacy netCDF C++ library. This library is provided for backward compatibility only. New C++ development should be done with the netCDF CXX4 C++ library.
We can use yum
or dnf
to install netcdf-cxx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netcdf-cxx.
Install netcdf-cxx on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install netcdf-cxx
using dnf
by running the following command:
sudo dnf -y install netcdf-cxx
Install netcdf-cxx on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install netcdf-cxx
using yum
by running the following command:
sudo yum -y install netcdf-cxx
How To Uninstall netcdf-cxx on Fedora 36
To uninstall only the netcdf-cxx
package we can use the following command:
sudo dnf remove netcdf-cxx
netcdf-cxx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/4287f5de77cd4f12d9d59b35f77bfb7fe78c62
/usr/lib64/libnetcdf_c++.so.4
/usr/lib64/libnetcdf_c++.so.4.2.0
/usr/share/doc/netcdf-cxx
/usr/share/doc/netcdf-cxx/COPYRIGHT
/usr/share/doc/netcdf-cxx/README
References
Summary
In this tutorial we learn how to install netcdf-cxx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).