How to Install and Uninstall uthash-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "uthash-devel.noarch" package

This is a short guide on how to install uthash-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install uthash-devel.noarch

2. Uninstall "uthash-devel.noarch" package

This guide covers the steps necessary to uninstall uthash-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove uthash-devel.noarch $ sudo dnf autoremove

3. Information about the uthash-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:18:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : uthash-devel
Version : 2.3.0
Release : 5.el9
Architecture : noarch
Size : 33 k
Source : uthash-2.3.0-5.el9.src.rpm
Repository : epel
Summary : A hash table for C structures (headers only)
URL : http://troydhanson.github.io/uthash
License : BSD
Description : Any C structure can be stored in a hash table using uthash. Just
: add a UT_hash_handle to the structure and choose one or more fields
: in your structure to act as the key. Then use these macros to store,
: retrieve or delete items from the hash table.