How To Install librdmacm on Fedora 36
Introduction
In this tutorial we learn how to install librdmacm
on Fedora 36.
What is librdmacm
librdmacm provides a userspace RDMA Communication Management API.
We can use yum
or dnf
to install librdmacm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librdmacm.
Install librdmacm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install librdmacm
using dnf
by running the following command:
sudo dnf -y install librdmacm
Install librdmacm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install librdmacm
using yum
by running the following command:
sudo yum -y install librdmacm
How To Uninstall librdmacm on Fedora 36
To uninstall only the librdmacm
package we can use the following command:
sudo dnf remove librdmacm
librdmacm Package Contents on Fedora 36
---
title: "How To Install librdmacm on Fedora 36"
linkTitle: "librdmacm"
type: "docs"
description: "In this tutorial we learn how to install librdmacm in Fedora 36. librdmacm is Userspace RDMA Connection Manager"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/librdmacm-featured.png
---
## Introduction
In this tutorial we learn how to install `librdmacm` on Fedora 36.
### What is `librdmacm`
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/9d83babfc9001f6de9590fce504522f38e9574
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/e09d8d8c9c7c683a6c3611c9bc5a09dd661cbd
/usr/lib64/librdmacm.so.1
/usr/lib64/librdmacm.so.1.3.39.0
/usr/lib64/rsocket
/usr/lib64/rsocket/librspreload.so
/usr/lib64/rsocket/librspreload.so.1
/usr/lib64/rsocket/librspreload.so.1.0.0
/usr/share/doc/rdma-core/librdmacm.md
/usr/share/man/man7/rsocket.7.gz
> librdmacm provides a userspace RDMA Communication Management API.
We can use `yum` or `dnf` to install `librdmacm` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librdmacm.
## Install librdmacm on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
## References
- librdmacm website
After updating yum database, We can install
librdmacm
usingdnf
by running the following command:
Summary
sudo dnf -y install librdmacm
In this tutorial we learn how to install librdmacm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install librdmacm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install librdmacm
using yum
by running the following command:
sudo yum -y install librdmacm
How To Uninstall librdmacm on Fedora 36
To uninstall only the librdmacm
package we can use the following command:
sudo dnf remove librdmacm
librdmacm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/3cf51c49ef9eb69b688351e50eab3a0142248b
/usr/lib/.build-id/df/9c2eb84db58a7a599e7106f40c96f25c74ffc0
/usr/lib/librdmacm.so.1
/usr/lib/librdmacm.so.1.3.39.0
/usr/lib/rsocket
/usr/lib/rsocket/librspreload.so
/usr/lib/rsocket/librspreload.so.1
/usr/lib/rsocket/librspreload.so.1.0.0
/usr/share/doc/rdma-core/librdmacm.md
/usr/share/man/man7/rsocket.7.gz
References
Summary
In this tutorial we learn how to install librdmacm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).