How To Install mysql-mmm-tools on Fedora 36

In this tutorial we learn how to install mysql-mmm-tools in Fedora 36. mysql-mmm-tools is MMM Control Scripts and Libraries

Introduction

In this tutorial we learn how to install mysql-mmm-tools on Fedora 36.

What is mysql-mmm-tools

Scripts and libraries dedicated to management of the mmm_mond processes by commands.

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

Install mysql-mmm-tools 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 mysql-mmm-tools using dnf by running the following command:

sudo dnf -y install mysql-mmm-tools

Install mysql-mmm-tools 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 mysql-mmm-tools using yum by running the following command:

sudo yum -y install mysql-mmm-tools

How To Uninstall mysql-mmm-tools on Fedora 36

To uninstall only the mysql-mmm-tools package we can use the following command:

sudo dnf remove mysql-mmm-tools

mysql-mmm-tools Package Contents on Fedora 36

/etc/mysql-mmm/mmm_tools.conf
/usr/libexec/mysql-mmm/tools
/usr/libexec/mysql-mmm/tools/create_snapshot
/usr/libexec/mysql-mmm/tools/remove_snapshot
/usr/sbin/mmm_backup
/usr/sbin/mmm_clone
/usr/sbin/mmm_restore
/usr/share/doc/mysql-mmm-tools
/usr/share/doc/mysql-mmm-tools/README
/usr/share/perl5/vendor_perl/MMM/Tools
/usr/share/perl5/vendor_perl/MMM/Tools/MySQL.pm
/usr/share/perl5/vendor_perl/MMM/Tools/Snapshot
/usr/share/perl5/vendor_perl/MMM/Tools/Snapshot/LVM.pm
/usr/share/perl5/vendor_perl/MMM/Tools/Snapshot/MySQL.pm
/usr/share/perl5/vendor_perl/MMM/Tools/Tools.pm

References

Summary

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