How To Install munin-common on Fedora 36

In this tutorial we learn how to install munin-common in Fedora 36. munin-common is Network-wide resource monitoring tool (common files)

Introduction

In this tutorial we learn how to install munin-common on Fedora 36.

What is munin-common

Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration. This package contains common files that are used by both the server (munin) and node (munin-node) packages.

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

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

sudo dnf -y install munin-common

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

sudo yum -y install munin-common

How To Uninstall munin-common on Fedora 36

To uninstall only the munin-common package we can use the following command:

sudo dnf remove munin-common

munin-common Package Contents on Fedora 36

/run/munin
/usr/lib/tmpfiles.d/munin.conf
/usr/share/doc/munin-common
/usr/share/doc/munin-common/ChangeLog
/usr/share/doc/munin-common/HACKING.pod
/usr/share/doc/munin-common/httpd_cgi_graphs.conf
/usr/share/doc/munin-common/httpd_cron_graphs.conf
/usr/share/doc/munin-common/nginx_cgi_graphs.conf
/usr/share/doc/munin-common/perltidyrc
/usr/share/licenses/munin-common
/usr/share/licenses/munin-common/COPYING
/usr/share/perl5/vendor_perl/Munin
/usr/share/perl5/vendor_perl/Munin/Common
/usr/share/perl5/vendor_perl/Munin/Common/Config.pm
/usr/share/perl5/vendor_perl/Munin/Common/Daemon.pm
/usr/share/perl5/vendor_perl/Munin/Common/Defaults.pm
/usr/share/perl5/vendor_perl/Munin/Common/DictFile.pm
/usr/share/perl5/vendor_perl/Munin/Common/SyncDictFile.pm
/usr/share/perl5/vendor_perl/Munin/Common/TLS.pm
/usr/share/perl5/vendor_perl/Munin/Common/TLSClient.pm
/usr/share/perl5/vendor_perl/Munin/Common/TLSServer.pm
/usr/share/perl5/vendor_perl/Munin/Common/Timeout.pm

References

Summary

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