How to Install and Uninstall libnbd.x86_64 Package on Fedora 39

Last updated: January 13,2025

1. Install "libnbd.x86_64" package

Please follow the step by step instructions below to install libnbd.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libnbd.x86_64

2. Uninstall "libnbd.x86_64" package

Please follow the steps below to uninstall libnbd.x86_64 on Fedora 39:

$ sudo dnf remove libnbd.x86_64 $ sudo dnf autoremove

3. Information about the libnbd.x86_64 package on Fedora 39

Last metadata expiration check: 1:51:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libnbd
Version : 1.18.2
Release : 1.fc39
Architecture : x86_64
Size : 166 k
Source : libnbd-1.18.2-1.fc39.src.rpm
Repository : updates
Summary : NBD client library in userspace
URL : https://gitlab.com/nbdkit/libnbd
License : LGPL-2.0-or-later AND BSD-3-Clause
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.