How To Install nco on Fedora 36
Introduction
In this tutorial we learn how to install nco
on Fedora 36.
What is nco
The netCDF Operators, NCO, are a suite of command line programs known as operators. The operators facilitate manipulation and analysis of self-describing data stored in the freely available netCDF and HDF formats (http http ncks) takes netCDF or HDF input file(s), performs an operation (e.g., averaging, hyperslabbing, or renaming), and outputs a processed netCDF file. Although most users of netCDF and HDF data are involved in scientific research, these data formats, and thus NCO, are generic and are equally useful in fields from agriculture to zoology. The NCO User’s Guide illustrates NCO use with examples from the field of climate modeling and analysis. The NCO homepage is http
We can use yum
or dnf
to install nco
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nco.
Install nco 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 nco
using dnf
by running the following command:
sudo dnf -y install nco
Install nco 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 nco
using yum
by running the following command:
sudo yum -y install nco
How To Uninstall nco on Fedora 36
To uninstall only the nco
package we can use the following command:
sudo dnf remove nco
nco Package Contents on Fedora 36
/usr/bin/ncap2
/usr/bin/ncatted
/usr/bin/ncbo
/usr/bin/ncclimo
/usr/bin/ncdiff
/usr/bin/ncea
/usr/bin/ncecat
/usr/bin/nces
/usr/bin/ncflint
/usr/bin/ncks
/usr/bin/ncpdq
/usr/bin/ncra
/usr/bin/ncrcat
/usr/bin/ncremap
/usr/bin/ncrename
/usr/bin/ncwa
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/ad7d4e4ec2b897424b0f71c926c9347dbfa6a1
/usr/lib/.build-id/14
/usr/lib/.build-id/14/12fdb473205d7666033b3ecbb6b82e4166542c
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/6614f0013c1059cdaf7115679860c884bb1f7b
/usr/lib/.build-id/62
/usr/lib/.build-id/62/24f108075968567d5d92324a1bbf0f46051ea6
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/67fc6b4767fa1261ac03df3b25948cc7d8ca75
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/2d574498ab6dfea729f03e040e9793cac17fb5
/usr/lib/.build-id/92
/usr/lib/.build-id/92/1241e8787a8eb2572f7b61b6da8c301fe641a4
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/78ef7400401a43d95cbd00516525d67ae80ece
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/628e3f500fff16520f50a93bc903fd1a35e296
/usr/lib/.build-id/da
/usr/lib/.build-id/da/740da14a48957c05fb1ef5bdcd5b3d060954b7
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/d1edfa1593db5dd49a1facf889a49cb14bd16f
/usr/lib64/libnco-5.0.6.so
/usr/share/doc/nco
/usr/share/doc/nco/ChangeLog
/usr/share/doc/nco/README
/usr/share/doc/nco/README.md
/usr/share/doc/nco/TODO
/usr/share/doc/nco/index.shtml
/usr/share/doc/nco/nco.css
/usr/share/doc/nco/nco.html
/usr/share/doc/nco/nco.pdf
/usr/share/doc/nco/nco.png
/usr/share/doc/nco/nco_news.shtml
/usr/share/doc/nco/nsf.png
/usr/share/doc/nco/rtfm.txt
/usr/share/info/nco.info-1.gz
/usr/share/info/nco.info-2.gz
/usr/share/info/nco.info-3.gz
/usr/share/info/nco.info-4.gz
/usr/share/info/nco.info.gz
/usr/share/licenses/nco
/usr/share/licenses/nco/LICENSE
/usr/share/man/man1/ncap2.1.gz
/usr/share/man/man1/ncatted.1.gz
/usr/share/man/man1/ncbo.1.gz
/usr/share/man/man1/ncclimo.1.gz
/usr/share/man/man1/ncecat.1.gz
/usr/share/man/man1/nces.1.gz
/usr/share/man/man1/ncflint.1.gz
/usr/share/man/man1/ncks.1.gz
/usr/share/man/man1/nco.1.gz
/usr/share/man/man1/ncpdq.1.gz
/usr/share/man/man1/ncra.1.gz
/usr/share/man/man1/ncrcat.1.gz
/usr/share/man/man1/ncremap.1.gz
/usr/share/man/man1/ncrename.1.gz
/usr/share/man/man1/ncwa.1.gz
References
Summary
In this tutorial we learn how to install nco
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).