How To Install libgenht-devel on Fedora 36

In this tutorial we learn how to install libgenht-devel in Fedora 36. libgenht-devel is Libraries, includes, etc. to develop applications using genht

Introduction

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

What is libgenht-devel

Libraries, includes, etc. to develop applications using genht.

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

Install libgenht-devel 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-devel using dnf by running the following command:

sudo dnf -y install libgenht-devel

Install libgenht-devel 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-devel using yum by running the following command:

sudo yum -y install libgenht-devel

How To Uninstall libgenht-devel on Fedora 36

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

sudo dnf remove libgenht-devel

libgenht-devel Package Contents on Fedora 36


title: "How To Install libgenht-devel on Fedora 36"
linkTitle: "libgenht-devel"
type: "docs"
description: "In this tutorial we learn how to install libgenht-devel in Fedora 36. libgenht-devel is Libraries, includes, etc. to develop applications using genht"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libgenht-devel-featured.png
---

## Introduction

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

### What is `libgenht-devel`

> Libraries, includes, etc. to develop applications using genht.  

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

## Install libgenht-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libgenht-devel

Install libgenht-devel 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-devel using yum by running the following command:

sudo yum -y install libgenht-devel

How To Uninstall libgenht-devel on Fedora 36

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

sudo dnf remove libgenht-devel

libgenht-devel Package Contents on Fedora 36

/usr/include/genht
/usr/include/genht/hash.h
/usr/include/genht/ht.c
/usr/include/genht/ht.h
/usr/include/genht/ht_inlines.h
/usr/include/genht/ht_utils.h
/usr/include/genht/htip.h
/usr/include/genht/htpi.h
/usr/include/genht/htpp.h
/usr/include/genht/htsi.h
/usr/include/genht/htsp.h
/usr/include/genht/htss.h
/usr/include/genht/siphash24.h
/usr/include/genht/version.h
/usr/lib/libgenht.so

References

Summary

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

/usr/include/genht /usr/include/genht/hash.h /usr/include/genht/ht.c /usr/include/genht/ht.h /usr/include/genht/ht_inlines.h /usr/include/genht/ht_utils.h /usr/include/genht/htip.h /usr/include/genht/htpi.h /usr/include/genht/htpp.h /usr/include/genht/htsi.h /usr/include/genht/htsp.h /usr/include/genht/htss.h /usr/include/genht/siphash24.h /usr/include/genht/version.h /usr/lib64/libgenht.so


## References

* [libgenht-devel website](http://repo.hu/projects/genht)

## Summary

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