How To Install mirrormanager2-mirrorlist on Fedora 36
Introduction
In this tutorial we learn how to install mirrormanager2-mirrorlist
on Fedora 36.
What is mirrormanager2-mirrorlist
Sub-part of mirrormanager serving mirrors to yum/dnf
We can use yum
or dnf
to install mirrormanager2-mirrorlist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mirrormanager2-mirrorlist.
Install mirrormanager2-mirrorlist 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-mirrorlist
using dnf
by running the following command:
sudo dnf -y install mirrormanager2-mirrorlist
Install mirrormanager2-mirrorlist 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-mirrorlist
using yum
by running the following command:
sudo yum -y install mirrormanager2-mirrorlist
How To Uninstall mirrormanager2-mirrorlist on Fedora 36
To uninstall only the mirrormanager2-mirrorlist
package we can use the following command:
sudo dnf remove mirrormanager2-mirrorlist
mirrormanager2-mirrorlist Package Contents on Fedora 36
/etc/httpd/conf.d/mirrorlist-server.conf
/usr/lib/systemd/system/mirrorlist-server.service
/usr/lib/tmpfiles.d/mirrormanager2-mirrorlist.conf
/usr/share/mirrormanager2/__pycache__/mirrorlist_server.cpython-310.opt-1.pyc
/usr/share/mirrormanager2/__pycache__/mirrorlist_server.cpython-310.pyc
/usr/share/mirrormanager2/__pycache__/mirrormanager_pb2.cpython-310.opt-1.pyc
/usr/share/mirrormanager2/__pycache__/mirrormanager_pb2.cpython-310.pyc
/usr/share/mirrormanager2/__pycache__/weighted_shuffle.cpython-310.opt-1.pyc
/usr/share/mirrormanager2/__pycache__/weighted_shuffle.cpython-310.pyc
/usr/share/mirrormanager2/mirrorlist_client.wsgi
/usr/share/mirrormanager2/mirrorlist_server.py
/usr/share/mirrormanager2/mirrormanager_pb2.py
/usr/share/mirrormanager2/weighted_shuffle.py
/var/lib/mirrormanager
/var/run/mirrormanager
References
Summary
In this tutorial we learn how to install mirrormanager2-mirrorlist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).