How To Install hyperestraier-devel on Fedora 36

In this tutorial we learn how to install hyperestraier-devel in Fedora 36. hyperestraier-devel is Libraries and Header files for Hyper Estraier

Introduction

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

What is hyperestraier-devel

This is the development package that provides header files and libraries for Hyper Estraier.

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

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

sudo dnf -y install hyperestraier-devel

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

sudo yum -y install hyperestraier-devel

How To Uninstall hyperestraier-devel on Fedora 36

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

sudo dnf remove hyperestraier-devel

hyperestraier-devel Package Contents on Fedora 36

---
title: "How To Install hyperestraier-devel on Fedora 36"
linkTitle: "hyperestraier-devel"
type: "docs"
description: "In this tutorial we learn how to install hyperestraier-devel in Fedora 36. hyperestraier-devel is Libraries and Header files for Hyper Estraier"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/hyperestraier-devel-featured.png
---

## Introduction

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

### What is `hyperestraier-devel`

> This is the development package that provides header files and libraries for Hyper Estraier.  

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

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

sudo dnf -y install hyperestraier-devel

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

sudo yum -y install hyperestraier-devel

How To Uninstall hyperestraier-devel on Fedora 36

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

sudo dnf remove hyperestraier-devel

hyperestraier-devel Package Contents on Fedora 36

/usr/bin/estconfig
/usr/include/hyperestraier
/usr/include/hyperestraier/estmtdb.h
/usr/include/hyperestraier/estnode.h
/usr/include/hyperestraier/estraier.h
/usr/lib/libestraier.so
/usr/lib/pkgconfig/hyperestraier.pc
/usr/share/man/man3/estnode.3.gz
/usr/share/man/man3/estraier.3.gz

References

Summary

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

/usr/bin/estconfig /usr/include/hyperestraier /usr/include/hyperestraier/estmtdb.h /usr/include/hyperestraier/estnode.h /usr/include/hyperestraier/estraier.h /usr/lib64/libestraier.so /usr/lib64/pkgconfig/hyperestraier.pc /usr/share/man/man3/estnode.3.gz /usr/share/man/man3/estraier.3.gz


## References

* [hyperestraier-devel website](http://hyperestraier.sourceforge.net/)

## Summary

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