How to Install and Uninstall libblockdev Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "libblockdev" package

Please follow the steps below to install libblockdev on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libblockdev

2. Uninstall "libblockdev" package

This tutorial shows how to uninstall libblockdev on openSuSE Tumbleweed:

$ sudo zypper remove libblockdev

3. Information about the libblockdev package on openSuSE Tumbleweed

Information for package libblockdev:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libblockdev
Version : 3.1.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 67.4 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).