How to Install and Uninstall ibacm.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 02,2024

1. Install "ibacm.x86_64" package

This guide let you learn how to install ibacm.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install ibacm.x86_64

2. Uninstall "ibacm.x86_64" package

Please follow the guidelines below to uninstall ibacm.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove ibacm.x86_64 $ sudo dnf autoremove

3. Information about the ibacm.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:02:52 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ibacm
Version : 29.0
Release : 3.el8
Architecture : x86_64
Size : 93 k
Source : rdma-core-29.0-3.el8.src.rpm
Repository : baseos
Summary : InfiniBand Communication Manager Assistant
URL : https://github.com/linux-rdma/rdma-core
License : GPLv2 or BSD
Description : The ibacm daemon helps reduce the load of managing path record lookups on
: large InfiniBand fabrics by providing a user space implementation of what
: is functionally similar to an ARP cache. The use of ibacm, when properly
: configured, can reduce the SA packet load of a large IB cluster from O(n^2)
: to O(n). The ibacm daemon is started and normally runs in the background,
: user applications need not know about this daemon as long as their app
: uses librdmacm to handle connection bring up/tear down. The librdmacm
: library knows how to talk directly to the ibacm daemon to retrieve data.