How To Install libfullock-devel on Rocky Linux 8

In this tutorial we learn how to install libfullock-devel on Rocky Linux 8. libfullock-devel is Fast User Level LOCK (FULLOCK) library for C/C++ (development)

Introduction

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

What is libfullock-devel

Development package for building with libfullock shared library. This package has header files and symbols for it.

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

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

sudo dnf -y install libfullock-devel

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

sudo yum -y install libfullock-devel

How To Uninstall libfullock-devel on Rocky Linux 8

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

sudo dnf remove libfullock-devel

libfullock-devel Package Contents on Rocky Linux 8

/usr/include/fullock
/usr/include/fullock/flckbaselist.tcc
/usr/include/fullock/flckcommon.h
/usr/include/fullock/flckdbg.h
/usr/include/fullock/flcklistfilelock.h
/usr/include/fullock/flcklistlocker.h
/usr/include/fullock/flcklistncond.h
/usr/include/fullock/flcklistnmtx.h
/usr/include/fullock/flcklistofflock.h
/usr/include/fullock/flcklistwaiter.h
/usr/include/fullock/flcklocktype.h
/usr/include/fullock/flckpidcache.h
/usr/include/fullock/flckshm.h
/usr/include/fullock/flckstructure.h
/usr/include/fullock/flckthread.h
/usr/include/fullock/flckutil.h
/usr/include/fullock/fullock.h
/usr/include/fullock/rwlockrcsv.h
/usr/lib64/libfullock.so
/usr/lib64/pkgconfig/libfullock.pc
/usr/share/doc/libfullock-devel
/usr/share/doc/libfullock-devel/AUTHORS
/usr/share/doc/libfullock-devel/ChangeLog
/usr/share/doc/libfullock-devel/README

References

Summary

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