How to Install and Uninstall libblockdev.src Package on Oracle Linux 9
Last updated: November 25,2024
1. Install "libblockdev.src" package
In this section, we are going to explain the necessary steps to install libblockdev.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
libblockdev.src
Copied
2. Uninstall "libblockdev.src" package
In this section, we are going to explain the necessary steps to uninstall libblockdev.src on Oracle Linux 9:
$
sudo dnf remove
libblockdev.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the libblockdev.src package on Oracle Linux 9
Last metadata expiration check: 3:33:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libblockdev
Version : 2.28
Release : 7.0.1.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_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).
Available Packages
Name : libblockdev
Version : 2.28
Release : 7.0.1.el9
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_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).