How to Install and Uninstall libgenht.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "libgenht.x86_64" package

Please follow the steps below to install libgenht.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libgenht.x86_64

2. Uninstall "libgenht.x86_64" package

Here is a brief guide to show you how to uninstall libgenht.x86_64 on Fedora 34:

$ sudo dnf remove libgenht.x86_64 $ sudo dnf autoremove

3. Information about the libgenht.x86_64 package on Fedora 34

Last metadata expiration check: 3:30:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libgenht
Version : 1.0.1
Release : 8.fc34
Architecture : x86_64
Size : 19 k
Source : libgenht-1.0.1-8.fc34.src.rpm
Repository : fedora
Summary : Simple generic hash table implementation in C
URL : http://repo.hu/projects/genht
License : Public Domain
Description : genht is a simple generic hash table implementation in C.
: Uses open addressing scheme with space doubling.
: Type generics is achieved by ugly name prefixing macros.