How to Install and Uninstall ibacm.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "ibacm.i686" package

Please follow the guidelines below to install ibacm.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ibacm.i686

2. Uninstall "ibacm.i686" package

Here is a brief guide to show you how to uninstall ibacm.i686 on Fedora 34:

$ sudo dnf remove ibacm.i686 $ sudo dnf autoremove

3. Information about the ibacm.i686 package on Fedora 34

Last metadata expiration check: 5:16:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ibacm
Version : 34.0
Release : 3.fc34
Architecture : i686
Size : 97 k
Source : rdma-core-34.0-3.fc34.src.rpm
Repository : fedora
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.