How To Install holland-lvm on Rocky Linux 8

In this tutorial we learn how to install holland-lvm on Rocky Linux 8. holland-lvm is LVM library functionality for Holland Plugins

Introduction

In this tutorial we learn how to install holland-lvm on Rocky Linux 8.

What is holland-lvm

Library for LVM functionality used by holland plugins

We can use yum or dnf to install holland-lvm on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install holland-lvm.

Install holland-lvm on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install holland-lvm using dnf by running the following command:

sudo dnf -y install holland-lvm

Install holland-lvm on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install holland-lvm using yum by running the following command:

sudo yum -y install holland-lvm

How To Uninstall holland-lvm on Rocky Linux 8

To uninstall only the holland-lvm package we can use the following command:

sudo dnf remove holland-lvm

holland-lvm Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6-nspkg.pth
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info/namespace_packages.txt
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/holland.lib.lvm-1.2.4-py3.6.egg-info/zip-safe
/usr/lib/python3.6/site-packages/holland/lib/lvm
/usr/lib/python3.6/site-packages/holland/lib/lvm/__init__.py
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/raw.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/raw.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/snapshot.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/snapshot.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/holland/lib/lvm/base.py
/usr/lib/python3.6/site-packages/holland/lib/lvm/constants.py
/usr/lib/python3.6/site-packages/holland/lib/lvm/errors.py
/usr/lib/python3.6/site-packages/holland/lib/lvm/raw.py
/usr/lib/python3.6/site-packages/holland/lib/lvm/snapshot.py
/usr/lib/python3.6/site-packages/holland/lib/lvm/util.py
/usr/share/doc/holland-lvm
/usr/share/doc/holland-lvm/README
/usr/share/licenses/holland-lvm
/usr/share/licenses/holland-lvm/LICENSE

References

Summary

In this tutorial we learn how to install holland-lvm on Rocky Linux 8 using yum and dnf.