How to Install and Uninstall python3-munch.noarch Package on CentOS Stream 8
Last updated: January 12,2025
1. Install "python3-munch.noarch" package
Please follow the instructions below to install python3-munch.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-munch.noarch
Copied
2. Uninstall "python3-munch.noarch" package
This tutorial shows how to uninstall python3-munch.noarch on CentOS Stream 8:
$
sudo dnf remove
python3-munch.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-munch.noarch package on CentOS Stream 8
Last metadata expiration check: 5:48:55 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-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.
Available Packages
Name : python3-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.