How To Install libgenht on Fedora 36

In this tutorial we learn how to install libgenht in Fedora 36. libgenht is Simple generic hash table implementation in C

Introduction

In this tutorial we learn how to install libgenht on Fedora 36.

What is libgenht

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.

We can use yum or dnf to install libgenht on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgenht.

Install libgenht on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libgenht using dnf by running the following command:

sudo dnf -y install libgenht

Install libgenht on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libgenht using yum by running the following command:

sudo yum -y install libgenht

How To Uninstall libgenht on Fedora 36

To uninstall only the libgenht package we can use the following command:

sudo dnf remove libgenht

libgenht Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/9156902b70e2b96a505916a37e31b90cb4a72a
/usr/lib64/libgenht.so.1
/usr/lib64/libgenht.so.1.1.2
/usr/share/doc/libgenht
/usr/share/doc/libgenht/AUTHORS
/usr/share/licenses/libgenht
/usr/share/licenses/libgenht/LICENSE

References


Summary

title: “How To Install libgenht on Fedora 36”

linkTitle: “libgenht” type: “docs” In this tutorial we learn how to install libgenht on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). description: “In this tutorial we learn how to install libgenht in Fedora 36. libgenht is Simple generic hash table implementation in C”

date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgenht-featured.png

Introduction

In this tutorial we learn how to install libgenht on Fedora 36.

What is libgenht

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.

We can use yum or dnf to install libgenht on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgenht.

Install libgenht on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libgenht using dnf by running the following command:

sudo dnf -y install libgenht

Install libgenht on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libgenht using yum by running the following command:

sudo yum -y install libgenht

How To Uninstall libgenht on Fedora 36

To uninstall only the libgenht package we can use the following command:

sudo dnf remove libgenht

libgenht Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/1f97fa55138b616d93197202b8abcaeaf81000
/usr/lib/libgenht.so.1
/usr/lib/libgenht.so.1.1.2
/usr/share/doc/libgenht
/usr/share/doc/libgenht/AUTHORS
/usr/share/licenses/libgenht
/usr/share/licenses/libgenht/LICENSE

References

Summary

In this tutorial we learn how to install libgenht on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).