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

Last updated: May 05,2024

1. Install "python3-libnbd" package

Please follow the steps below to install python3-libnbd on Kali Linux

$ sudo apt update $ sudo apt install python3-libnbd

2. Uninstall "python3-libnbd" package

Please follow the steps below to uninstall python3-libnbd on Kali Linux:

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

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

Package: python3-libnbd
Source: libnbd
Version: 1.18.2-1
Installed-Size: 324
Maintainer: Hilko Bengen
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3:any, libc6 (>= 2.34), libnbd0 (>= 1.18.0)
Size: 66192
SHA256: 2dd3bacb4da41181c0825ff1733c727b6700efb332a68e4b919e33ab7830ef05
SHA1: 79205a5549acc1f121b60dc051afae54f8ad313d
MD5sum: 766c475f9ae1dc76f2570b43623a0a9a
Description: Network Block Device client library -- Python 3 bindings
NBD — Network Block Device — is a protocol for accessing Block
Devices (hard disks and disk-like things) over a Network.
.
This is the NBD client library in userspace, a simple library for
writing NBD clients.
.
This package contains Python 3 bindings and nbdsh, an interactive
shell.
Description-md5:
Homepage: https://github.com/libguestfs/libnbd
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libn/libnbd/python3-libnbd_1.18.2-1_amd64.deb