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

Last updated: May 16,2024

1. Install "python-munch" package

In this section, we are going to explain the necessary steps to install python-munch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-munch

2. Uninstall "python-munch" package

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

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

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

Package: python-munch
Priority: extra
Section: universe/python
Installed-Size: 33
Maintainer: Ubuntu Developers
Original-Maintainer: Clint Byrum
Architecture: all
Version: 2.0.4-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-munch/python-munch_2.0.4-1_all.deb
Size: 6592
MD5sum: 23693c01c2e79af6e8da306aa9a42689
SHA1: 8b79625f275ca0c81d50bf20be942ada1d06866b
SHA256: ac89da5191ffeee4bc262e460f988fc0be0950a98a876e50c6dc236b838c9f75
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 2.
Description-md5: 4ec9aa9adc2d7da831216fef2c649ee1
Multi-Arch: foreign
Homepage: https://github.com/infinidat/munch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu