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

Last updated: October 08,2024

1. Install "libfabric.src" package

This guide covers the steps necessary to install libfabric.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libfabric.src

2. Uninstall "libfabric.src" package

This guide let you learn how to uninstall libfabric.src on Oracle Linux 8:

$ sudo dnf remove libfabric.src $ sudo dnf autoremove

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

Last metadata expiration check: 6:13:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libfabric
Version : 1.14.0
Release : 1.el8
Architecture : src
Size : 1.9 M
Source : None
Repository : ol8_baseos_latest
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.