How To Install libHX on Fedora 36

In this tutorial we learn how to install libHX in Fedora 36. libHX is Useful collection of routines for C and C++ programming

Introduction

In this tutorial we learn how to install libHX on Fedora 36.

What is libHX

libHX is a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. libHX aids in quickly writing up C and C++ data processing programs, by consolidating tasks that often happen to be open-coded, such as (simple) config file reading, option parsing, directory traversal, and others, into a library. The focus is on reducing the amount of time (and secondarily, the amount of code) a developer has to spend for otherwise implementing such.

We can use yum or dnf to install libHX on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libHX.

Install libHX on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libHX

Install libHX on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libHX using yum by running the following command:

sudo yum -y install libHX

How To Uninstall libHX on Fedora 36

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

sudo dnf remove libHX

libHX Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/b1e5d3e0f0f20c420cd0d6b6158c663cf65a25
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/2310f6d7fe49180bb5ab147fcccbfbe8d02b6b
/usr/lib/libHX.so.28
/usr/lib/libHX.so.28.3.0
/usr/lib/libHX_rtcheck.so
/usr/share/licenses/libHX
/usr/share/licenses/libHX/LICENSE.GPL3
/usr/share/licenses/libHX/LICENSE.LGPL2
/usr/share/licenses/libHX/LICENSE.LGPL3

References

Summary

In this tutorial we learn how to install libHX on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libHX on Fedora 36” linkTitle: “libHX” type: “docs” description: “In this tutorial we learn how to install libHX in Fedora 36. libHX is Useful collection of routines for C and C++ programming” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libHX-featured.png

Introduction

In this tutorial we learn how to install libHX on Fedora 36.

What is libHX

libHX is a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. libHX aids in quickly writing up C and C++ data processing programs, by consolidating tasks that often happen to be open-coded, such as (simple) config file reading, option parsing, directory traversal, and others, into a library. The focus is on reducing the amount of time (and secondarily, the amount of code) a developer has to spend for otherwise implementing such.

We can use yum or dnf to install libHX on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libHX.

Install libHX on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libHX

Install libHX on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libHX using yum by running the following command:

sudo yum -y install libHX

How To Uninstall libHX on Fedora 36

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

sudo dnf remove libHX

libHX Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/7ce6a716b9eaabf208ce35ec3c802caf07b823
/usr/lib/.build-id/70
/usr/lib/.build-id/70/61afebff3df16a019a35ced3826f2c3a9309ce
/usr/lib64/libHX.so.28
/usr/lib64/libHX.so.28.3.0
/usr/lib64/libHX_rtcheck.so
/usr/share/licenses/libHX
/usr/share/licenses/libHX/LICENSE.GPL3
/usr/share/licenses/libHX/LICENSE.LGPL2
/usr/share/licenses/libHX/LICENSE.LGPL3

References

Summary

In this tutorial we learn how to install libHX on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).