How to Install and Uninstall uthash-devel.noarch Package on Rocky Linux 9

Last updated: May 04,2024

1. Install "uthash-devel.noarch" package

Please follow the instructions below to install uthash-devel.noarch on Rocky Linux 9

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

2. Uninstall "uthash-devel.noarch" package

Please follow the guidance below to uninstall uthash-devel.noarch on Rocky Linux 9:

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

3. Information about the uthash-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:47:26 ago on Fri Feb 16 06:49:52 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.