How To Install mirrormanager2-backend on Fedora 36

In this tutorial we learn how to install mirrormanager2-backend in Fedora 36. mirrormanager2-backend is Backend scripts for MirrorManager

Introduction

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

What is mirrormanager2-backend

Install a number of utility scripts to be used manually or in cron jobs to run MirrorManager.

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

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

sudo dnf -y install mirrormanager2-backend

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

sudo yum -y install mirrormanager2-backend

How To Uninstall mirrormanager2-backend on Fedora 36

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

sudo dnf remove mirrormanager2-backend

mirrormanager2-backend Package Contents on Fedora 36

/etc/logrotate.d/mm2_umdl
/usr/bin/mm2_create_install_repo
/usr/bin/mm2_emergency-expire-repo
/usr/bin/mm2_get_global_netblocks
/usr/bin/mm2_get_internet2_netblocks
/usr/bin/mm2_move-devel-to-release
/usr/bin/mm2_move-to-archive
/usr/bin/mm2_refresh_mirrorlist_cache
/usr/bin/mm2_umdl2
/usr/bin/mm2_update-EC2-netblocks
/usr/bin/mm2_update-master-directory-list
/usr/bin/mm2_update-mirrorlist-server
/usr/bin/mm2_upgrade-install-repo
/usr/lib/tmpfiles.d/mirrormanager2-backend.conf
/usr/share/mirrormanager2/zebra-dump-parser
/usr/share/mirrormanager2/zebra-dump-parser/COPYING
/usr/share/mirrormanager2/zebra-dump-parser/GETTING_SOFTWARE
/usr/share/mirrormanager2/zebra-dump-parser/README
/usr/share/mirrormanager2/zebra-dump-parser/aggregate-by-asn.pl
/usr/share/mirrormanager2/zebra-dump-parser/aslookup.pl
/usr/share/mirrormanager2/zebra-dump-parser/get-asn-names.pl
/usr/share/mirrormanager2/zebra-dump-parser/zebra-dump-parser.pl
/usr/share/mirrormanager2/zebra-dump-parser/zebra.conf
/var/lib/mirrormanager
/var/lock/mirrormanager
/var/log/mirrormanager
/var/run/mirrormanager

References

Summary

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