How To Install infinipath-psm on Fedora 36

In this tutorial we learn how to install infinipath-psm in Fedora 36. infinipath-psm is Intel Performance Scaled Messaging (PSM) Libraries

Introduction

In this tutorial we learn how to install infinipath-psm on Fedora 36.

What is infinipath-psm

The PSM Messaging API, or PSM API, is Intel’s low-level user-level communications interface for the True Scale family of products. PSM users are enabled with mechanisms necessary to implement higher level communications interfaces in parallel environments.

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

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

sudo dnf -y install infinipath-psm

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

sudo yum -y install infinipath-psm

How To Uninstall infinipath-psm on Fedora 36

To uninstall only the infinipath-psm package we can use the following command:

sudo dnf remove infinipath-psm

infinipath-psm Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/24ae2af9ff52f598790c10c97c55fc94eec3dd
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/314e8d0cbd65cff0d2cb4615dc8e5ddafedac8
/usr/lib/udev/rules.d/60-ipath.rules
/usr/lib64/libinfinipath.so.4
/usr/lib64/libinfinipath.so.4.0
/usr/lib64/libpsm_infinipath.so.1
/usr/lib64/libpsm_infinipath.so.1.16
/usr/share/doc/infinipath-psm
/usr/share/doc/infinipath-psm/README
/usr/share/licenses/infinipath-psm
/usr/share/licenses/infinipath-psm/COPYING

References

Summary

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