How to Install and Uninstall lvm2.x86_64 Package on Oracle Linux 8

Last updated: July 06,2024

1. Install "lvm2.x86_64" package

Learn how to install lvm2.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install lvm2.x86_64

2. Uninstall "lvm2.x86_64" package

This is a short guide on how to uninstall lvm2.x86_64 on Oracle Linux 8:

$ sudo dnf remove lvm2.x86_64 $ sudo dnf autoremove

3. Information about the lvm2.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:51:47 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : lvm2
Epoch : 8
Version : 2.03.14
Release : 3.el8_6.2
Architecture : x86_64
Size : 1.7 M
Source : lvm2-2.03.14-3.el8_6.2.src.rpm
Repository : ol8_baseos_latest
Summary : Userland logical volume management tools
URL : http://sourceware.org/lvm2
License : GPLv2
Description : LVM2 includes all of the support for handling read/write operations on
: physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
: multiple devices (MD), see mdadm(8) or even loop devices, see
: losetup(8)), creating volume groups (kind of virtual disks) from one
: or more physical volumes and creating one or more logical volumes
: (kind of logical partitions) in volume groups.