How To Install openhpi-devel on Fedora 36

In this tutorial we learn how to install openhpi-devel in Fedora 36. openhpi-devel is The development environment for the OpenHPI project

Introduction

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

What is openhpi-devel

The development libraries and header files for the OpenHPI project.

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

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

sudo dnf -y install openhpi-devel

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

sudo yum -y install openhpi-devel

How To Uninstall openhpi-devel on Fedora 36

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

sudo dnf remove openhpi-devel

openhpi-devel Package Contents on Fedora 36

---
title: "How To Install openhpi-devel on Fedora 36"
linkTitle: "openhpi-devel"
type: "docs"
description: "In this tutorial we learn how to install openhpi-devel in Fedora 36. openhpi-devel is The development environment for the OpenHPI project"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/openhpi-devel-featured.png
---

## Introduction

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

### What is `openhpi-devel`

> The development libraries and header files for the OpenHPI project.  

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

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

sudo dnf -y install openhpi-devel

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

sudo yum -y install openhpi-devel

How To Uninstall openhpi-devel on Fedora 36

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

sudo dnf remove openhpi-devel

openhpi-devel Package Contents on Fedora 36

/usr/include/openhpi
/usr/include/openhpi/SaHpi.h
/usr/include/openhpi/SaHpiAtca.h
/usr/include/openhpi/SaHpiBladeCenter.h
/usr/include/openhpi/SaHpiXtca.h
/usr/include/openhpi/announcement_utils.h
/usr/include/openhpi/el_utils.h
/usr/include/openhpi/epath_utils.h
/usr/include/openhpi/event_utils.h
/usr/include/openhpi/oHpi.h
/usr/include/openhpi/oh_clients.h
/usr/include/openhpi/oh_utils.h
/usr/include/openhpi/rpt_utils.h
/usr/include/openhpi/sahpi_enum_utils.h
/usr/include/openhpi/sahpi_event_encode.h
/usr/include/openhpi/sahpi_event_utils.h
/usr/include/openhpi/sahpi_gcrypt_utils.h
/usr/include/openhpi/sahpi_struct_utils.h
/usr/include/openhpi/sahpi_time_utils.h
/usr/include/openhpi/sahpiatca_enum_utils.h
/usr/include/openhpi/sahpixtca_enum_utils.h
/usr/include/openhpi/uid_utils.h
/usr/lib/libopenhpi.so
/usr/lib/libopenhpi_snmp.so
/usr/lib/libopenhpi_ssl.so
/usr/lib/libopenhpimarshal.so
/usr/lib/libopenhpitransport.so
/usr/lib/libopenhpiutils.so
/usr/lib/pkgconfig/openhpi.pc
/usr/lib/pkgconfig/openhpiutils.pc

References

Summary

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

/usr/include/openhpi /usr/include/openhpi/SaHpi.h /usr/include/openhpi/SaHpiAtca.h /usr/include/openhpi/SaHpiBladeCenter.h /usr/include/openhpi/SaHpiXtca.h /usr/include/openhpi/announcement_utils.h /usr/include/openhpi/el_utils.h /usr/include/openhpi/epath_utils.h /usr/include/openhpi/event_utils.h /usr/include/openhpi/oHpi.h /usr/include/openhpi/oh_clients.h /usr/include/openhpi/oh_utils.h /usr/include/openhpi/rpt_utils.h /usr/include/openhpi/sahpi_enum_utils.h /usr/include/openhpi/sahpi_event_encode.h /usr/include/openhpi/sahpi_event_utils.h /usr/include/openhpi/sahpi_gcrypt_utils.h /usr/include/openhpi/sahpi_struct_utils.h /usr/include/openhpi/sahpi_time_utils.h /usr/include/openhpi/sahpiatca_enum_utils.h /usr/include/openhpi/sahpixtca_enum_utils.h /usr/include/openhpi/uid_utils.h /usr/lib64/libopenhpi.so /usr/lib64/libopenhpi_snmp.so /usr/lib64/libopenhpi_ssl.so /usr/lib64/libopenhpimarshal.so /usr/lib64/libopenhpitransport.so /usr/lib64/libopenhpiutils.so /usr/lib64/pkgconfig/openhpi.pc /usr/lib64/pkgconfig/openhpiutils.pc


## References

* [openhpi-devel website](http://www.openhpi.org)

## Summary

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