How to Install and Uninstall libfabric.x86_64 Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "libfabric.x86_64" package

This guide let you learn how to install libfabric.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libfabric.x86_64

2. Uninstall "libfabric.x86_64" package

This guide covers the steps necessary to uninstall libfabric.x86_64 on Amazon Linux 2:

$ sudo yum remove libfabric.x86_64 $ sudo yum autoremove

3. Information about the libfabric.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libfabric
Arch : x86_64
Version : 1.8.0
Release : 3.amzn2.0.2
Size : 556 k
Repo : amzn2-core/2/x86_64
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.