How to Install and Uninstall libHX.x86_64 Package on AlmaLinux 8
Last updated: November 15,2024
1. Install "libHX.x86_64" package
This guide covers the steps necessary to install libHX.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
libHX.x86_64
Copied
2. Uninstall "libHX.x86_64" package
Please follow the steps below to uninstall libHX.x86_64 on AlmaLinux 8:
$
sudo dnf remove
libHX.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libHX.x86_64 package on AlmaLinux 8
Last metadata expiration check: 0:58:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libHX
Version : 3.22
Release : 12.el8
Architecture : x86_64
Size : 69 k
Source : libHX-3.22-12.el8.src.rpm
Repository : epel
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.
Available Packages
Name : libHX
Version : 3.22
Release : 12.el8
Architecture : x86_64
Size : 69 k
Source : libHX-3.22-12.el8.src.rpm
Repository : epel
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.