How To Install netcdf-perl on Fedora 36
Introduction
In this tutorial we learn how to install netcdf-perl
on Fedora 36.
What is netcdf-perl
The netCDF Perl package is a perl extension module for scientific data access via the netCDF API.
We can use yum
or dnf
to install netcdf-perl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install netcdf-perl.
Install netcdf-perl 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-perl
using dnf
by running the following command:
sudo dnf -y install netcdf-perl
Install netcdf-perl 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-perl
using yum
by running the following command:
sudo yum -y install netcdf-perl
How To Uninstall netcdf-perl on Fedora 36
To uninstall only the netcdf-perl
package we can use the following command:
sudo dnf remove netcdf-perl
netcdf-perl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/a628bed2b55b16c639cd6262d80cd80f15ba3f
/usr/lib64/perl5/vendor_perl/NetCDF.pm
/usr/lib64/perl5/vendor_perl/auto/NetCDF
/usr/lib64/perl5/vendor_perl/auto/NetCDF/NetCDF.so
/usr/lib64/perl5/vendor_perl/auto/NetCDF/autosplit.ix
/usr/share/doc/netcdf-perl
/usr/share/doc/netcdf-perl/HISTORY
/usr/share/doc/netcdf-perl/README
/usr/share/doc/netcdf-perl/test.pl
/usr/share/licenses/netcdf-perl
/usr/share/licenses/netcdf-perl/COPYRIGHT
/usr/share/man/man1/netCDFPerl.1.gz
/usr/share/man/man3/netcdf-2.3.gz
References
Summary
In this tutorial we learn how to install netcdf-perl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).