How to Install and Uninstall python3-PyMunin3.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 24,2024

1. Install "python3-PyMunin3.noarch" package

This guide covers the steps necessary to install python3-PyMunin3.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-PyMunin3.noarch

2. Uninstall "python3-PyMunin3.noarch" package

Please follow the step by step instructions below to uninstall python3-PyMunin3.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-PyMunin3.noarch $ sudo dnf autoremove

3. Information about the python3-PyMunin3.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:17:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-PyMunin3
Version : 3.0.2
Release : 1.el9
Architecture : noarch
Size : 38 k
Source : python-PyMunin3-3.0.2-1.el9.src.rpm
Repository : epel
Summary : Python module for developing Munin Multigraph Plugins
URL : https://pypi.org/pypi/PyMunin3
License : GPL-3.0-only
Description : Python module for developing Munin Multigraph Plugins
:
: Regular Munin Plugins employ one plugin, one graph logic and require the
: execution of a script for data retrieval for each graph. Multigraph
: plugins permit retrieval of data for multiple graphs in one execution
: run (one plugin, many graphs), reducing the processing time and delay
: for the fetch cycle significantly.