How to Install and Uninstall libblockdev.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "libblockdev.src" package

Please follow the guidance below to install libblockdev.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libblockdev.src

2. Uninstall "libblockdev.src" package

Learn how to uninstall libblockdev.src on Oracle Linux 8:

$ sudo dnf remove libblockdev.src $ sudo dnf autoremove

3. Information about the libblockdev.src package on Oracle Linux 8

Last metadata expiration check: 0:19:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libblockdev
Version : 2.24
Release : 8.0.1.el8
Architecture : src
Size : 987 k
Source : None
Repository : ol8_appstream
Summary : A library for low-level manipulation with block devices
URL : https://github.com/storaged-project/libblockdev
License : LGPLv2+
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 thin 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).