How to Install and Uninstall rdmacm-utils Package on Kali Linux

Last updated: May 23,2024

1. Install "rdmacm-utils" package

Please follow the instructions below to install rdmacm-utils on Kali Linux

$ sudo apt update $ sudo apt install rdmacm-utils

2. Uninstall "rdmacm-utils" package

This guide let you learn how to uninstall rdmacm-utils on Kali Linux:

$ sudo apt remove rdmacm-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the rdmacm-utils package on Kali Linux

Package: rdmacm-utils
Source: rdma-core
Version: 48.0-1.1
Installed-Size: 348
Maintainer: Benjamin Drung
Architecture: amd64
Depends: libc6 (>= 2.34), libibverbs1 (>= 1.1.6), librdmacm1 (>= 23)
Size: 72432
SHA256: 1f3583b0e948a23bd4aba4dbb5f38b55e0418501963c939d0647801007928d2f
SHA1: 572cca4b397e2a47ad3745003528130f7ce8db21
MD5sum: 945a95ad45d513c95d82392496a27c94
Description: Examples for the librdmacm library
librdmacm is a library that allows applications to set up reliable
connected and unreliable datagram transfers when using RDMA adapters.
It provides a transport-neutral interface in the sense that the same
code can be used for both InfiniBand and iWARP adapters. The
interface is based on sockets, but adapted for queue pair (QP) based
semantics: communication must use a specific RDMA device, and data
transfers are message-based.
.
librdmacm only provides communication management (connection setup
and tear-down) and works in conjunction with the verbs interface
provided by libibverbs, which provides the interface used to actually
transfer data.
.
This package contains useful librdmacm1 example programs such as
rping and udaddy.
Description-md5:
Homepage: https://github.com/linux-rdma/rdma-core
Section: net
Priority: optional
Filename: pool/main/r/rdma-core/rdmacm-utils_48.0-1.1_amd64.deb