How To Install srm-ifce-devel on Rocky Linux 8

In this tutorial we learn how to install srm-ifce-devel on Rocky Linux 8. srm-ifce-devel is SRM client side headers and development files

Introduction

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

What is srm-ifce-devel

Development libraries, pkgconfig files and header files for the srm-ifce.

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

Install srm-ifce-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 srm-ifce-devel using dnf by running the following command:

sudo dnf -y install srm-ifce-devel

Install srm-ifce-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 srm-ifce-devel using yum by running the following command:

sudo yum -y install srm-ifce-devel

How To Uninstall srm-ifce-devel on Rocky Linux 8

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

sudo dnf remove srm-ifce-devel

srm-ifce-devel Package Contents on Rocky Linux 8

/usr/include/gfal_srm_ifce.h
/usr/include/gfal_srm_ifce_types.h
/usr/lib64/libgfal_srm_ifce.so
/usr/lib64/pkgconfig/srm-ifce.pc
/usr/share/doc/srm-ifce/RELEASE-NOTES

References

Summary

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