How to Install and Uninstall rdma-core Package on Kali Linux

Last updated: May 09,2024

1. Install "rdma-core" package

This tutorial shows how to install rdma-core on Kali Linux

$ sudo apt update $ sudo apt install rdma-core

2. Uninstall "rdma-core" package

This is a short guide on how to uninstall rdma-core on Kali Linux:

$ sudo apt remove rdma-core $ sudo apt autoclean && sudo apt autoremove

3. Information about the rdma-core package on Kali Linux

Package: rdma-core
Version: 48.0-1.1
Installed-Size: 211
Maintainer: Benjamin Drung
Architecture: amd64
Replaces: infiniband-diags (<< 2.0.0)
Depends: udev, libc6 (>= 2.34), libnl-3-200 (>= 3.2.7), libsystemd0, libudev1 (>= 183)
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: dmidecode, ethtool, iproute2
Breaks: infiniband-diags (<< 2.0.0)
Size: 59908
SHA256: 30996204008d64721b112c5295e814db8ebc4c37534a36dfafb74b85207a7c9c
SHA1: de8933f2e2ba59cf2fb7188ab17a4622c6a3286d
MD5sum: ca26e41f5574b87824b28aa270226882
Description: RDMA core userspace infrastructure and documentation
This package provides the basic boot time support for systems that use the
Linux kernel's remote direct memory access (RDMA) subystem which includes
InfiniBand, iWARP, and RDMA over Converged Ethernet (RoCE).
.
Several kernel RDMA support daemons are included:
- The rdma-ndd daemon which watches for RDMA device changes and/or hostname
changes and updates the Node Description of the RDMA devices based on
those changes.
- The iWARP Port Mapper Daemon (iwpmd) which provides a kernel support
service in userspace for iWARP drivers to claim TCP ports through the
standard socket interface.
Description-md5:
Homepage: https://github.com/linux-rdma/rdma-core
Section: net
Priority: optional
Filename: pool/main/r/rdma-core/rdma-core_48.0-1.1_amd64.deb