How To Install openhpi-libs on Fedora 36

In this tutorial we learn how to install openhpi-libs in Fedora 36. openhpi-libs is The system libraries for the OpenHPI project

Introduction

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

What is openhpi-libs

The system libraries for the OpenHPI project.

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

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

sudo dnf -y install openhpi-libs

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

sudo yum -y install openhpi-libs

How To Uninstall openhpi-libs on Fedora 36

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

sudo dnf remove openhpi-libs

openhpi-libs Package Contents on Fedora 36

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

## Introduction

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

### What is `openhpi-libs`

> The system libraries for the OpenHPI project.  

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

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

sudo dnf -y install openhpi-libs

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

sudo yum -y install openhpi-libs

How To Uninstall openhpi-libs on Fedora 36

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

sudo dnf remove openhpi-libs

openhpi-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/dcd78012651d0777c557df90b7ec41ef1b7ed1
/usr/lib/.build-id/59
/usr/lib/.build-id/59/d81854599901b7862b9ab047f05b87c3ef0651
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/c4865aeae8146d8b3a03cf840c16064701b929
/usr/lib/.build-id/ed/d39dae0c5ec392981475b21edde4dd870531d5
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/03a36b59b44f526bd830e1bb6684f3cfd4bca9
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/f4f5a625dbca3af1f4b5b42d92be2066c55cd8
/usr/lib64/libopenhpi.so.3
/usr/lib64/libopenhpi.so.3.8.0
/usr/lib64/libopenhpi_snmp.so.3
/usr/lib64/libopenhpi_snmp.so.3.8.0
/usr/lib64/libopenhpi_ssl.so.3
/usr/lib64/libopenhpi_ssl.so.3.8.0
/usr/lib64/libopenhpimarshal.so.3
/usr/lib64/libopenhpimarshal.so.3.8.0
/usr/lib64/libopenhpitransport.so.3
/usr/lib64/libopenhpitransport.so.3.8.0
/usr/lib64/libopenhpiutils.so.3
/usr/lib64/libopenhpiutils.so.3.8.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/621e9da25db165b9bbf2fdd213a435114b057b /usr/lib/.build-id/43/f0008ddf85b5d89d8511684ea72f38e2188781 /usr/lib/.build-id/89 /usr/lib/.build-id/89/06cd15e49cb1a482f0b07bac47f161de925e1c /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/0210ca1df9062e975d4801e89ef2a4a3509b24 /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/eb7abfc08eff9472f944a8e3acaf33df627263 /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/efee17a3d5d56d3b9336220e3cb1329a5419c1 /usr/lib/libopenhpi.so.3 /usr/lib/libopenhpi.so.3.8.0 /usr/lib/libopenhpi_snmp.so.3 /usr/lib/libopenhpi_snmp.so.3.8.0 /usr/lib/libopenhpi_ssl.so.3 /usr/lib/libopenhpi_ssl.so.3.8.0 /usr/lib/libopenhpimarshal.so.3 /usr/lib/libopenhpimarshal.so.3.8.0 /usr/lib/libopenhpitransport.so.3 /usr/lib/libopenhpitransport.so.3.8.0 /usr/lib/libopenhpiutils.so.3 /usr/lib/libopenhpiutils.so.3.8.0


## References

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

## Summary

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