How To Install libHX-devel on Rocky Linux 8

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

Introduction

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

What is libHX-devel

The libHX-devel package contains libraries and header files for developing applications that use libHX.

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

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

sudo dnf -y install libHX-devel

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

sudo yum -y install libHX-devel

How To Uninstall libHX-devel on Rocky Linux 8

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

sudo dnf remove libHX-devel

libHX-devel Package Contents on Rocky Linux 8

/usr/include/libHX
/usr/include/libHX.h
/usr/include/libHX/ctype_helper.h
/usr/include/libHX/defs.h
/usr/include/libHX/deque.h
/usr/include/libHX/init.h
/usr/include/libHX/io.h
/usr/include/libHX/libxml_helper.h
/usr/include/libHX/list.h
/usr/include/libHX/map.h
/usr/include/libHX/misc.h
/usr/include/libHX/option.h
/usr/include/libHX/proc.h
/usr/include/libHX/string.h
/usr/include/libHX/wx_helper.hpp
/usr/lib64/libHX.so
/usr/lib64/pkgconfig/libHX.pc
/usr/share/doc/libHX
/usr/share/doc/libHX/README.txt
/usr/share/doc/libHX/api.txt
/usr/share/doc/libHX/assorted.txt
/usr/share/doc/libHX/changelog.txt
/usr/share/doc/libHX/libHX_Documentation.pdf
/usr/share/doc/libHX/ux-file.txt
/usr/share/doc/libHX/ux-mmap.txt

References

Summary

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