How to Install and Uninstall libblockdev2 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "libblockdev2" package

This guide let you learn how to install libblockdev2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libblockdev2

2. Uninstall "libblockdev2" package

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

$ sudo zypper remove libblockdev2

3. Information about the libblockdev2 package on openSUSE Leap

Information for package libblockdev2:
-------------------------------------
Repository : Main Repository
Name : libblockdev2
Version : 2.26-150400.1.5
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 207.0 KiB
Installed : No
Status : not installed
Source package : libblockdev-2.26-150400.1.5.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).