How to Install and Uninstall libnbd Package on openSuSE Tumbleweed

Last updated: April 26,2024

1. Install "libnbd" package

Please follow the guidelines below to install libnbd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libnbd

2. Uninstall "libnbd" package

This tutorial shows how to uninstall libnbd on openSuSE Tumbleweed:

$ sudo zypper remove libnbd

3. Information about the libnbd package on openSuSE Tumbleweed

Information for package libnbd:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libnbd
Version : 1.18.1-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 121.9 KiB
Installed : No
Status : not installed
Source package : libnbd-1.18.1-3.2.src
Upstream URL : https://gitlab.com/nbdkit/libnbd
Summary : NBD client library in userspace
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.