How to Install and Uninstall uthash-devel.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "uthash-devel.noarch" package

Please follow the instructions below to install uthash-devel.noarch on Fedora 36

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

2. Uninstall "uthash-devel.noarch" package

Learn how to uninstall uthash-devel.noarch on Fedora 36:

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

3. Information about the uthash-devel.noarch package on Fedora 36

Last metadata expiration check: 1:21:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : uthash-devel
Version : 2.3.0
Release : 2.fc36
Architecture : noarch
Size : 33 k
Source : uthash-2.3.0-2.fc36.src.rpm
Repository : fedora
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.