How to Install and Uninstall libnbd.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "libnbd.i686" package

In this section, we are going to explain the necessary steps to install libnbd.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libnbd.i686

2. Uninstall "libnbd.i686" package

This guide covers the steps necessary to uninstall libnbd.i686 on Fedora 34:

$ sudo dnf remove libnbd.i686 $ sudo dnf autoremove

3. Information about the libnbd.i686 package on Fedora 34

Last metadata expiration check: 5:41:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libnbd
Version : 1.8.6
Release : 1.fc34
Architecture : i686
Size : 137 k
Source : libnbd-1.8.6-1.fc34.src.rpm
Repository : updates
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.