How to Install and Uninstall python2-munch.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python2-munch.noarch" package

This guide covers the steps necessary to install python2-munch.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python2-munch.noarch

2. Uninstall "python2-munch.noarch" package

Please follow the steps below to uninstall python2-munch.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python2-munch.noarch $ sudo dnf autoremove

3. Information about the python2-munch.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:41:51 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-munch
Version : 2.3.2
Release : 3.el8
Architecture : noarch
Size : 22 k
Source : python-munch-2.3.2-3.el8.src.rpm
Repository : epel
Summary : A dot-accessible dictionary (a la JavaScript objects)
URL : https://pypi.io/project/munch
License : MIT
Description : munch is a fork of David Schoonover's **Bunch** package, providing similar
: functionality. 99% of the work was done by him, and the fork was made
: mainly for lack of responsiveness for fixes and maintenance on the original
: code.
:
: Munch is a dictionary that supports attribute-style access, a la
: JavaScript.