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

Last updated: October 06,2024

1. Install "libgenht.x86_64" package

This tutorial shows how to install libgenht.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libgenht.x86_64

2. Uninstall "libgenht.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libgenht.x86_64 on Fedora 36:

$ sudo dnf remove libgenht.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:16:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libgenht
Version : 1.1.2
Release : 2.fc36
Architecture : x86_64
Size : 21 k
Source : libgenht-1.1.2-2.fc36.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.