How to Install and Uninstall python3-PyMunin3.noarch Package on CentOS Stream 9

Last updated: June 02,2024

1. Install "python3-PyMunin3.noarch" package

In this section, we are going to explain the necessary steps to install python3-PyMunin3.noarch on CentOS Stream 9

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

2. Uninstall "python3-PyMunin3.noarch" package

Learn how to uninstall python3-PyMunin3.noarch on CentOS Stream 9:

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

3. Information about the python3-PyMunin3.noarch package on CentOS Stream 9

Last metadata expiration check: 2:16:42 ago on Sat Mar 16 16:03:45 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.