How to Install and Uninstall libHX.i686 Package on Fedora 34

Last updated: July 05,2024

1. Install "libHX.i686" package

In this section, we are going to explain the necessary steps to install libHX.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libHX.i686

2. Uninstall "libHX.i686" package

Please follow the steps below to uninstall libHX.i686 on Fedora 34:

$ sudo dnf remove libHX.i686 $ sudo dnf autoremove

3. Information about the libHX.i686 package on Fedora 34

Last metadata expiration check: 1:48:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libHX
Version : 3.22
Release : 14.fc34
Architecture : i686
Size : 70 k
Source : libHX-3.22-14.fc34.src.rpm
Repository : fedora
Summary : Useful collection of routines for C and C++ programming
URL : http://sourceforge.net/projects/libhx/
License : LGPLv2 or LGPLv3
Description : 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.