How to Install and Uninstall libnbd.i686 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "libnbd.i686" package

Learn how to install libnbd.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libnbd.i686

2. Uninstall "libnbd.i686" package

Please follow the instructions below to uninstall libnbd.i686 on AlmaLinux 9:

$ sudo dnf remove libnbd.i686 $ sudo dnf autoremove

3. Information about the libnbd.i686 package on AlmaLinux 9

Last metadata expiration check: 1:12:36 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libnbd
Version : 1.16.0
Release : 1.el9
Architecture : i686
Size : 164 k
Source : libnbd-1.16.0-1.el9.src.rpm
Repository : appstream
Summary : NBD client library in userspace
URL : https://gitlab.com/nbdkit/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.