How To Install libzen-devel on Rocky Linux 8

In this tutorial we learn how to install libzen-devel on Rocky Linux 8. libzen-devel is Include files and mandatory libraries for development

Introduction

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

What is libzen-devel

Include files and mandatory libraries for development.

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

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

sudo dnf -y install libzen-devel

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

sudo yum -y install libzen-devel

How To Uninstall libzen-devel on Rocky Linux 8

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

sudo dnf remove libzen-devel

libzen-devel Package Contents on Rocky Linux 8

/usr/include/ZenLib
/usr/include/ZenLib/BitStream.h
/usr/include/ZenLib/BitStream_Fast.h
/usr/include/ZenLib/BitStream_LE.h
/usr/include/ZenLib/Conf.h
/usr/include/ZenLib/Conf_Internal.h
/usr/include/ZenLib/CriticalSection.h
/usr/include/ZenLib/Dir.h
/usr/include/ZenLib/File.h
/usr/include/ZenLib/FileName.h
/usr/include/ZenLib/Format
/usr/include/ZenLib/Format/Html
/usr/include/ZenLib/Format/Html/Html_Handler.h
/usr/include/ZenLib/Format/Html/Html_Request.h
/usr/include/ZenLib/Format/Http
/usr/include/ZenLib/Format/Http/Http_Cookies.h
/usr/include/ZenLib/Format/Http/Http_Handler.h
/usr/include/ZenLib/Format/Http/Http_Request.h
/usr/include/ZenLib/Format/Http/Http_Utils.h
/usr/include/ZenLib/InfoMap.h
/usr/include/ZenLib/MemoryDebug.h
/usr/include/ZenLib/OS_Utils.h
/usr/include/ZenLib/PreComp.h
/usr/include/ZenLib/Thread.h
/usr/include/ZenLib/Trace.h
/usr/include/ZenLib/Translation.h
/usr/include/ZenLib/Utils.h
/usr/include/ZenLib/Ztring.h
/usr/include/ZenLib/ZtringList.h
/usr/include/ZenLib/ZtringListList.h
/usr/include/ZenLib/ZtringListListF.h
/usr/include/ZenLib/int128s.h
/usr/include/ZenLib/int128u.h
/usr/lib64/cmake/zenlib
/usr/lib64/cmake/zenlib/ZenLibConfig.cmake
/usr/lib64/cmake/zenlib/ZenLibConfigVersion.cmake
/usr/lib64/cmake/zenlib/ZenLibTargets-noconfig.cmake
/usr/lib64/cmake/zenlib/ZenLibTargets.cmake
/usr/lib64/libzen.so
/usr/lib64/pkgconfig/libzen.pc

References

Summary

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