How to Install and Uninstall libfabric.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "libfabric.x86_64" package

Please follow the guidelines below to install libfabric.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libfabric.x86_64

2. Uninstall "libfabric.x86_64" package

Here is a brief guide to show you how to uninstall libfabric.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libfabric.x86_64 $ sudo dnf autoremove

3. Information about the libfabric.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:32:57 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libfabric
Version : 1.10.0
Release : 1.el8
Architecture : x86_64
Size : 534 k
Source : libfabric-1.10.0-1.el8.src.rpm
Repository : baseos
Summary : Open Fabric Interfaces
URL : http://ofiwg.github.io/libfabric/
License : BSD or GPLv2
Description : 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: application interfaces, provider libraries, kernel
: 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.