< Home - < Back

libfabric


Information about the package, libfabric, which is shipped with common Linux distributions. The libfabric package is designed for, Open Fabric Interfaces.


Package Name:

libfabric

Summary:

Open Fabric Interfaces

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.

Architecture:

x86_64

Version:

1.1.0

Release:

1.el6

Size:

158 k

Repository:

epel

From Repository:

Licence:

BSD or GPLv2



Handy Yum Commands for libfabric


Control the libfabric package with the following handy commands outlined below.


Command

Description of Command

yum install libfabric

This command will install libfabric on the server.

yum remove libfabric

This command will un-install libfabric on the server. When you run this command, you will be asked if you are sure that you want to remove libfabric, so you have to manually confirm that you want to do this.

yum -y remove libfabric

This command will un-install libfabric on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libfabric when using the -y flag.

yum update libfabric

This command will update libfabric to the latest version. When you run this command, you will be asked if you are sure that you want to remove libfabric, so you have to manually confirm that you want to do this.

yum -y update libfabric

This command will update libfabric to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove libfabric when using the -y flag.

yum info libfabric

This command will show you core information about the libfabric package.

yum deplist libfabric

This command will show you the dependencies for libfabric. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update libfabric

This command will check if there is an update waiting on libfabric. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.