How to Install and Uninstall libHX28 Package on openSUSE Leap

Last updated: May 20,2024

1. Install "libHX28" package

Please follow the instructions below to install libHX28 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libHX28

2. Uninstall "libHX28" package

This is a short guide on how to uninstall libHX28 on openSUSE Leap:

$ sudo zypper remove libHX28

3. Information about the libHX28 package on openSUSE Leap

Information for package libHX28:
--------------------------------
Repository : Main Repository
Name : libHX28
Version : 3.22-1.26
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 71.1 KiB
Installed : No
Status : not installed
Source package : libHX-3.22-1.26.src
Upstream URL : http://libhx.sf.net/
Summary : Useful collection of routines for C and C++ programming
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.