How To Install libpsm2-devel on Fedora 36

In this tutorial we learn how to install libpsm2-devel in Fedora 36. libpsm2-devel is Development files for Intel PSM

Introduction

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

What is libpsm2-devel

Development files for the Intel PSM library

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

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

sudo dnf -y install libpsm2-devel

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

sudo yum -y install libpsm2-devel

How To Uninstall libpsm2-devel on Fedora 36

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

sudo dnf remove libpsm2-devel

libpsm2-devel Package Contents on Fedora 36

/usr/include/hfi1diag
/usr/include/hfi1diag/hfi1_deprecated.h
/usr/include/hfi1diag/linux-x86_64
/usr/include/hfi1diag/linux-x86_64/bit_ops.h
/usr/include/hfi1diag/linux-x86_64/sysdep.h
/usr/include/hfi1diag/opa_byteorder.h
/usr/include/hfi1diag/opa_common.h
/usr/include/hfi1diag/opa_debug.h
/usr/include/hfi1diag/opa_intf.h
/usr/include/hfi1diag/opa_revision.h
/usr/include/hfi1diag/opa_service.h
/usr/include/hfi1diag/opa_udebug.h
/usr/include/hfi1diag/opa_user.h
/usr/include/hfi1diag/psm2_mock_testing.h
/usr/include/hfi1diag/psmi_wrappers.h
/usr/include/psm2.h
/usr/include/psm2_am.h
/usr/include/psm2_mq.h
/usr/lib64/libpsm2.so

References

Summary

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