How to Install and Uninstall python3-munch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "python3-munch" package

Please follow the step by step instructions below to install python3-munch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-munch

2. Uninstall "python3-munch" package

Please follow the step by step instructions below to uninstall python3-munch on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-munch $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-munch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-munch
Priority: extra
Section: universe/python
Installed-Size: 33
Maintainer: Ubuntu Developers
Original-Maintainer: Clint Byrum
Architecture: all
Source: python-munch
Version: 2.0.4-1
Depends: python3, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-munch/python3-munch_2.0.4-1_all.deb
Size: 6670
MD5sum: 032db1cec82aa8dee252e7df41612a9c
SHA1: 14d3d3889bc2cf1ac19081aa0a5bff19597d3461
SHA256: 3051ac865fab163ed7053af57321cd6e581792a5b6ff38e3675de9fc32b247a3
Description-en: A dot-accessible dictionary similar to JavaScript objects
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.
.
This package contains the library prepared for Python 3.
Description-md5: 1c0738d9fda15ab80032411023bb0312
Multi-Arch: foreign
Homepage: https://github.com/infinidat/munch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu