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

Last updated: October 05,2024

1. Install "uthash-devel.noarch" package

Please follow the step by step instructions below to install uthash-devel.noarch on Fedora 34

$ 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 Fedora 34:

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

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

Last metadata expiration check: 3:41:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : uthash-devel
Version : 2.0.2
Release : 10.fc34
Architecture : noarch
Size : 27 k
Source : uthash-2.0.2-10.fc34.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.