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

Last updated: May 20,2024

1. Install "libvma-dev" package

In this section, we are going to explain the necessary steps to install libvma-dev on Kali Linux

$ sudo apt update $ sudo apt install libvma-dev

2. Uninstall "libvma-dev" package

This guide covers the steps necessary to uninstall libvma-dev on Kali Linux:

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

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

Package: libvma-dev
Source: libvma (9.2.2-1)
Version: 9.2.2-1+b1
Installed-Size: 91
Maintainer: Debian HPC Team
Architecture: amd64
Depends: libvma9 (= 9.2.2-1+b1)
Size: 52540
SHA256: 5ba8a2f4163bd162b2c497f2bd9905a42441a87d98e2352a0e386c4cb9135ab5
SHA1: c2f334ada86d98f96ab70b221d2dd4ce9cc028c1
MD5sum: 49b332d5e1b1d95784f0f5252da802c7
Description: Development files for the libvma library
libvma is a LD_PRELOAD-able library that boosts performance of TCP and
UDP traffic. It allows application written over standard socket API to
handle fast path data traffic from user space over Ethernet and/or
Infiniband with full network stack bypass and get better throughput,
latency and packets/sec rate.
.
No application binary change is required for that.
libvma is supported by RDMA capable devices that support "verbs"
IBV_QPT_RAW_PACKET QP for Ethernet and/or IBV_QPT_UD QP for IPoIB.
.
This package includes headers for building programs with libvma's interface
directly, as opposed to loading it dynamically with LD_PRELOAD.
Description-md5:
Homepage: https://github.com/Mellanox/libvma
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libv/libvma/libvma-dev_9.2.2-1+b1_amd64.deb