How To Install mirrormanager2-lib on Fedora 36

In this tutorial we learn how to install mirrormanager2-lib in Fedora 36. mirrormanager2-lib is Library to interact with MirrorManager’s database

Introduction

In this tutorial we learn how to install mirrormanager2-lib on Fedora 36.

What is mirrormanager2-lib

Library to interact with MirrorManager’s database

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

Install mirrormanager2-lib 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 mirrormanager2-lib using dnf by running the following command:

sudo dnf -y install mirrormanager2-lib

Install mirrormanager2-lib 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 mirrormanager2-lib using yum by running the following command:

sudo yum -y install mirrormanager2-lib

How To Uninstall mirrormanager2-lib on Fedora 36

To uninstall only the mirrormanager2-lib package we can use the following command:

sudo dnf remove mirrormanager2-lib

mirrormanager2-lib Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/mirrormanager2/__init__.py
/usr/lib/python3.10/site-packages/mirrormanager2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__init__.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/hostconfig.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/hostconfig.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/mirrorlist.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/mirrorlist.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/mirrormanager_pb2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/mirrormanager_pb2.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/model.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/notifications.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/notifications.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/pid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/pid.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/repomap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/repomap.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/sync.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/sync.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/umdl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/__pycache__/umdl.cpython-310.pyc
/usr/lib/python3.10/site-packages/mirrormanager2/lib/hostconfig.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/mirrorlist.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/mirrormanager_pb2.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/model.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/notifications.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/pid.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/repomap.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/sync.py
/usr/lib/python3.10/site-packages/mirrormanager2/lib/umdl.py

References

Summary

In this tutorial we learn how to install mirrormanager2-lib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).