How to Install and Uninstall libfabric.src Package on Oracle Linux 9

Last updated: June 30,2024

1. Install "libfabric.src" package

Please follow the guidance below to install libfabric.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libfabric.src

2. Uninstall "libfabric.src" package

Please follow the steps below to uninstall libfabric.src on Oracle Linux 9:

$ sudo dnf remove libfabric.src $ sudo dnf autoremove

3. Information about the libfabric.src package on Oracle Linux 9

Last metadata expiration check: 0:38:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libfabric
Version : 1.18.0
Release : 1.el9
Architecture : src
Size : 2.4 M
Source : None
Repository : ol9_appstream
Summary : Open Fabric Interfaces
URL : https://github.com/ofiwg/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.