How to Install and Uninstall libfabric.i686 Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "libfabric.i686" package

Please follow the instructions below to install libfabric.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libfabric.i686

2. Uninstall "libfabric.i686" package

In this section, we are going to explain the necessary steps to uninstall libfabric.i686 on Rocky Linux 9:

$ sudo dnf remove libfabric.i686 $ sudo dnf autoremove

3. Information about the libfabric.i686 package on Rocky Linux 9

Last metadata expiration check: 0:11:05 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : libfabric
Version : 1.18.0
Release : 1.el9
Architecture : i686
Size : 562 k
Source : libfabric-1.18.0-1.el9.src.rpm
Repository : 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.