How to Install and Uninstall libnbd.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "libnbd.x86_64" package

In this section, we are going to explain the necessary steps to install libnbd.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libnbd.x86_64

2. Uninstall "libnbd.x86_64" package

Please follow the step by step instructions below to uninstall libnbd.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libnbd.x86_64 $ sudo dnf autoremove

3. Information about the libnbd.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:41:19 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libnbd
Version : 1.2.2
Release : 1.module_el8.3.0+755+88436ea4
Architecture : x86_64
Size : 75 k
Source : libnbd-1.2.2-1.module_el8.3.0+755+88436ea4.src.rpm
Repository : appstream
Summary : NBD client library in userspace
URL : https://github.com/libguestfs/libnbd
License : LGPLv2+
Description : 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.
:
: The key features are:
:
: * Synchronous and asynchronous APIs, both for ease of use and for
: writing non-blocking, multithreaded clients.
:
: * High performance.
:
: * Minimal dependencies for the basic library.
:
: * Well-documented, stable API.
:
: * Bindings in several programming languages.