How To Install nco-devel on Rocky Linux 8

In this tutorial we learn how to install nco-devel on Rocky Linux 8. nco-devel is Development files for NCO

Introduction

In this tutorial we learn how to install nco-devel on Rocky Linux 8.

What is nco-devel

This package contains the NCO header and development files.

We can use yum or dnf to install nco-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install nco-devel.

Install nco-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install nco-devel using dnf by running the following command:

sudo dnf -y install nco-devel

Install nco-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install nco-devel using yum by running the following command:

sudo yum -y install nco-devel

How To Uninstall nco-devel on Rocky Linux 8

To uninstall only the nco-devel package we can use the following command:

sudo dnf remove nco-devel

nco-devel Package Contents on Rocky Linux 8

/usr/include/nco
/usr/include/nco/libnco_c++.hh
/usr/include/nco/nco_att.hh
/usr/include/nco/nco_dmn.hh
/usr/include/nco/nco_fl.hh
/usr/include/nco/nco_hgh.hh
/usr/include/nco/nco_utl.hh
/usr/include/nco/nco_var.hh
/usr/lib64/libnco.so
/usr/lib64/libnco_c++.so

References

Summary

In this tutorial we learn how to install nco-devel on Rocky Linux 8 using yum and dnf.