How to Install and Uninstall python3-munch.noarch Package on Fedora 39

Last updated: January 10,2025

1. Install "python3-munch.noarch" package

This is a short guide on how to install python3-munch.noarch on Fedora 39

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

2. Uninstall "python3-munch.noarch" package

Please follow the instructions below to uninstall python3-munch.noarch on Fedora 39:

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

3. Information about the python3-munch.noarch package on Fedora 39

Last metadata expiration check: 1:51:22 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-munch
Version : 2.5.0
Release : 13.fc39
Architecture : noarch
Size : 26 k
Source : python-munch-2.5.0-13.fc39.src.rpm
Repository : fedora
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.