How to Install and Uninstall libnbd.x86_64 Package on AlmaLinux 8

Last updated: November 27,2024

1. Install "libnbd.x86_64" package

This is a short guide on how to install libnbd.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libnbd.x86_64

2. Uninstall "libnbd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libnbd.x86_64 on AlmaLinux 8:

$ sudo dnf remove libnbd.x86_64 $ sudo dnf autoremove

3. Information about the libnbd.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:18:20 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libnbd
Version : 1.6.0
Release : 5.module_el8.6.0+2880+7d9e3703
Architecture : x86_64
Size : 118 k
Source : libnbd-1.6.0-5.module_el8.6.0+2880+7d9e3703.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.