How To Install libfabric on Fedora 36
Introduction
In this tutorial we learn how to install libfabric
on Fedora 36.
What is libfabric
OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric communication services to applications. OFI is best described as a collection of libraries and applications used to export fabric services. The key components of OFI are services, daemons, and test applications. Libfabric is a core component of OFI. It is the library that defines and exports the user-space API of OFI, and is typically the only software that applications deal with directly. It works in conjunction with provider libraries, which are often integrated directly into libfabric.
We can use yum
or dnf
to install libfabric
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfabric.
Install libfabric 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 libfabric
using dnf
by running the following command:
sudo dnf -y install libfabric
Install libfabric 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 libfabric
using yum
by running the following command:
sudo yum -y install libfabric
How To Uninstall libfabric on Fedora 36
To uninstall only the libfabric
package we can use the following command:
sudo dnf remove libfabric
libfabric Package Contents on Fedora 36
/usr/bin/fi_info
/usr/bin/fi_pingpong
/usr/bin/fi_strerror
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/f3d39cb10779f2d93e9302515c6246980514be
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/4dbae7bfb3860f141ed1e43fdea2d9e2639714
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/166725a10ecdc5024bad5a2c18c148242a99e9
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/8233c6aec018a7ef8fd127a1e13c4548e21a9f
/usr/lib/libfabric.so.1
/usr/lib/libfabric.so.1.17.0
/usr/share/licenses/libfabric
/usr/share/licenses/libfabric/COPYING
/usr/share/man/man1/fi_info.1.gz
/usr/share/man/man1/fi_pingpong.1.gz
/usr/share/man/man1/fi_strerror.1.gz
References
Summary
In this tutorial we learn how to install libfabric
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libfabric on Fedora 36” linkTitle: “libfabric” type: “docs” description: “In this tutorial we learn how to install libfabric in Fedora 36. libfabric is Open Fabric Interfaces” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libfabric-featured.png
Introduction
In this tutorial we learn how to install libfabric
on Fedora 36.
What is libfabric
OpenFabrics Interfaces (OFI) is a framework focused on exporting fabric communication services to applications. OFI is best described as a collection of libraries and applications used to export fabric services. The key components of OFI are services, daemons, and test applications. Libfabric is a core component of OFI. It is the library that defines and exports the user-space API of OFI, and is typically the only software that applications deal with directly. It works in conjunction with provider libraries, which are often integrated directly into libfabric.
We can use yum
or dnf
to install libfabric
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfabric.
Install libfabric 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 libfabric
using dnf
by running the following command:
sudo dnf -y install libfabric
Install libfabric 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 libfabric
using yum
by running the following command:
sudo yum -y install libfabric
How To Uninstall libfabric on Fedora 36
To uninstall only the libfabric
package we can use the following command:
sudo dnf remove libfabric
libfabric Package Contents on Fedora 36
/usr/bin/fi_info
/usr/bin/fi_pingpong
/usr/bin/fi_strerror
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/a951bfe323511058a4e8f221c2a6f1df0086cf
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/b73ed9353c96d148ad13d98795c0dbd636af2c
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/6df89a3ddb35e7debef15e1437b2cfbe520ad0
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/f1b0507df834913be8edeb4fc95070d281932d
/usr/lib64/libfabric.so.1
/usr/lib64/libfabric.so.1.17.0
/usr/share/licenses/libfabric
/usr/share/licenses/libfabric/COPYING
/usr/share/man/man1/fi_info.1.gz
/usr/share/man/man1/fi_pingpong.1.gz
/usr/share/man/man1/fi_strerror.1.gz
References
Summary
In this tutorial we learn how to install libfabric
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).