How to Install and Uninstall librdmacm-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "librdmacm-dev" package

Please follow the steps below to install librdmacm-dev on Kali Linux

$ sudo apt update $ sudo apt install librdmacm-dev

2. Uninstall "librdmacm-dev" package

In this section, we are going to explain the necessary steps to uninstall librdmacm-dev on Kali Linux:

$ sudo apt remove librdmacm-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librdmacm-dev package on Kali Linux

Package: librdmacm-dev
Source: rdma-core
Version: 48.0-1.1
Installed-Size: 328
Maintainer: Benjamin Drung
Architecture: amd64
Depends: libibverbs-dev, librdmacm1 (= 48.0-1.1)
Size: 126600
SHA256: f366ceea88577cf1b0ebd8fb094f1387b4f0abb9489da16570e55f1b6183b506
SHA1: e2a995d353ebab81d08545e977193b0b77e0c62f
MD5sum: 43e68c674c71a08987e2f42bfc6529cc
Description: Development files 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 is needed to compile programs against librdmacm1.
It contains the header files and static libraries (optionally)
needed for compiling.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/linux-rdma/rdma-core
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/rdma-core/librdmacm-dev_48.0-1.1_amd64.deb