How To Install holland-lvm on Fedora 36

In this tutorial we learn how to install holland-lvm in Fedora 36. holland-lvm is LVM library functionality for Holland Plugins

Introduction

In this tutorial we learn how to install holland-lvm on Fedora 36.

What is holland-lvm

Library for LVM functionality used by holland plugins

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

Install holland-lvm on Fedora 36 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 Fedora 36 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 Fedora 36

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

sudo dnf remove holland-lvm

holland-lvm Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10-nspkg.pth
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info/namespace_packages.txt
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/holland.lib.lvm-1.2.9-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/holland/lib/lvm
/usr/lib/python3.10/site-packages/holland/lib/lvm/__init__.py
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/raw.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/raw.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/snapshot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/snapshot.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/holland/lib/lvm/base.py
/usr/lib/python3.10/site-packages/holland/lib/lvm/constants.py
/usr/lib/python3.10/site-packages/holland/lib/lvm/errors.py
/usr/lib/python3.10/site-packages/holland/lib/lvm/raw.py
/usr/lib/python3.10/site-packages/holland/lib/lvm/snapshot.py
/usr/lib/python3.10/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).