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

Last updated: May 03,2024

1. Install "uthash-devel.noarch" package

Please follow the guidelines below to install uthash-devel.noarch on Oracle Linux 9

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

2. Uninstall "uthash-devel.noarch" package

Please follow the step by step instructions below to uninstall uthash-devel.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:49:22 ago on Thu Feb 15 07:50:05 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.