How to Install and Uninstall libnbd Package on openSUSE Leap

Last updated: May 08,2024

1. Install "libnbd" package

Here is a brief guide to show you how to install libnbd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libnbd

2. Uninstall "libnbd" package

This is a short guide on how to uninstall libnbd on openSUSE Leap:

$ sudo zypper remove libnbd

3. Information about the libnbd package on openSUSE Leap

Information for package libnbd:
-------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libnbd
Version : 1.18.1-150300.8.18.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 116.7 KiB
Installed : No
Status : not installed
Source package : libnbd-1.18.1-150300.8.18.1.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.