How to Install and Uninstall libblockdev.i686 Package on Amazon Linux 2

Last updated: April 29,2024

1. Install "libblockdev.i686" package

Here is a brief guide to show you how to install libblockdev.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libblockdev.i686

2. Uninstall "libblockdev.i686" package

Please follow the instructions below to uninstall libblockdev.i686 on Amazon Linux 2:

$ sudo yum remove libblockdev.i686 $ sudo yum autoremove

3. Information about the libblockdev.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libblockdev
Arch : i686
Version : 2.18
Release : 4.amzn2.0.1
Size : 121 k
Repo : amzn2-core/2/x86_64
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).