How to Install and Uninstall libblockdev.i686 Package on Fedora 34

Last updated: November 26,2024

1. Install "libblockdev.i686" package

This guide covers the steps necessary to install libblockdev.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libblockdev.i686

2. Uninstall "libblockdev.i686" package

This tutorial shows how to uninstall libblockdev.i686 on Fedora 34:

$ sudo dnf remove libblockdev.i686 $ sudo dnf autoremove

3. Information about the libblockdev.i686 package on Fedora 34

Last metadata expiration check: 4:34:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libblockdev
Version : 2.26
Release : 1.fc34
Architecture : i686
Size : 90 k
Source : libblockdev-2.26-1.fc34.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).