How To Install libibumad on Fedora 36
Introduction
In this tutorial we learn how to install libibumad
on Fedora 36.
What is libibumad
libibumad provides the userspace management datagram (umad) library functions, which sit on top of the umad modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM.
We can use yum
or dnf
to install libibumad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libibumad.
Install libibumad 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 libibumad
using dnf
by running the following command:
sudo dnf -y install libibumad
Install libibumad 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 libibumad
using yum
by running the following command:
sudo yum -y install libibumad
How To Uninstall libibumad on Fedora 36
To uninstall only the libibumad
package we can use the following command:
sudo dnf remove libibumad
libibumad Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/74fe09fbbff4d39dae1dc454836d3b06ae7906
/usr/lib/libibumad.so.3
/usr/lib/libibumad.so.3.2.39.0
References
Summary
In this tutorial we learn how to install libibumad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libibumad on Fedora 36” linkTitle: “libibumad” type: “docs” description: “In this tutorial we learn how to install libibumad in Fedora 36. libibumad is OpenFabrics Alliance InfiniBand umad (userspace management datagram) library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libibumad-featured.png
Introduction
In this tutorial we learn how to install libibumad
on Fedora 36.
What is libibumad
libibumad provides the userspace management datagram (umad) library functions, which sit on top of the umad modules in the kernel. These are used by the IB diagnostic and management tools, including OpenSM.
We can use yum
or dnf
to install libibumad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libibumad.
Install libibumad 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 libibumad
using dnf
by running the following command:
sudo dnf -y install libibumad
Install libibumad 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 libibumad
using yum
by running the following command:
sudo yum -y install libibumad
How To Uninstall libibumad on Fedora 36
To uninstall only the libibumad
package we can use the following command:
sudo dnf remove libibumad
libibumad Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/5fac6e5944753b33469000f316acac53795f72
/usr/lib64/libibumad.so.3
/usr/lib64/libibumad.so.3.2.39.0
References
Summary
In this tutorial we learn how to install libibumad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).