How to Install and Uninstall libblockdev.x86_64 Package on Fedora 35

Last updated: January 12,2025

1. Install "libblockdev.x86_64" package

This tutorial shows how to install libblockdev.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libblockdev.x86_64

2. Uninstall "libblockdev.x86_64" package

This guide let you learn how to uninstall libblockdev.x86_64 on Fedora 35:

$ sudo dnf remove libblockdev.x86_64 $ sudo dnf autoremove

3. Information about the libblockdev.x86_64 package on Fedora 35

Last metadata expiration check: 4:08:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libblockdev
Version : 2.27
Release : 1.fc35
Architecture : x86_64
Size : 84 k
Source : libblockdev-2.27-1.fc35.src.rpm
Repository : updates
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).