How to Install and Uninstall python3-pyverbs Package on Kali Linux

Last updated: December 23,2024

1. Install "python3-pyverbs" package

Learn how to install python3-pyverbs on Kali Linux

$ sudo apt update $ sudo apt install python3-pyverbs

2. Uninstall "python3-pyverbs" package

This tutorial shows how to uninstall python3-pyverbs on Kali Linux:

$ sudo apt remove python3-pyverbs $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyverbs package on Kali Linux

Package: python3-pyverbs
Source: rdma-core
Version: 48.0-1.1
Installed-Size: 5023
Maintainer: Benjamin Drung
Architecture: amd64
Depends: rdma-core (>= 21), python3 (<< 3.12), python3 (>= 3.11~), python3:any, ibverbs-providers (>= 43), libc6 (>= 2.14), libibverbs1 (>= 36), libpython3.11 (>= 3.11.5), librdmacm1 (>= 31)
Size: 1162336
SHA256: 427d09d16ba15db6ab9ba1648aabce243bedc70f38dd50444ebc9919202fc6d9
SHA1: df5dc034de90ee4db11cca82fffe9999b4e638fd
MD5sum: d283cff2d1c0d73f11809ebd153baf95
Description: Python bindings for rdma-core
Pyverbs provides a Python API over rdma-core, the Linux userspace C API for
the remote direct memory access (RDMA) stack.
.
One goal is to provide easier access to RDMA: RDMA has a steep learning curve
as is and the C interface requires the user to initialize multiple structs
before having usable objects. Pyverbs attempts to remove much of this overhead
and provide a smoother user experience.
Description-md5:
Homepage: https://github.com/linux-rdma/rdma-core
Section: python
Priority: optional
Filename: pool/main/r/rdma-core/python3-pyverbs_48.0-1.1_amd64.deb