How to Install and Uninstall libblockdev3 Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "libblockdev3" package

In this section, we are going to explain the necessary steps to install libblockdev3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libblockdev3

2. Uninstall "libblockdev3" package

This guide covers the steps necessary to uninstall libblockdev3 on openSuSE Tumbleweed:

$ sudo zypper remove libblockdev3

3. Information about the libblockdev3 package on openSuSE Tumbleweed

Information for package libblockdev3:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libblockdev3
Version : 3.1.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.1 KiB
Installed : No
Status : not installed
Source package : libblockdev-3.1.0-1.1.src
Upstream URL : https://github.com/storaged-project/libblockdev
Summary : A library for low-level manipulation with block devices
Description :
The LibBlockDev is a C library with GObject introspection support that can be
used for doing low-level operations with block devices like setting up LVM,
BTRFS, LUKS or MD RAID. The library uses plugins (LVM, BTRFS,...) and serves as
a wrapper around its plugins' functionality. All the plugins, however, can
be used as standalone libraries. One of the core principles of LibBlockDev is
that it is stateless from the storage configuration's perspective (e.g. it has
no information about VGs when creating an LV).