How to Install and Uninstall python3-munch Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-munch" package

Please follow the guidelines below to install python3-munch on Kali Linux

$ sudo apt update $ sudo apt install python3-munch

2. Uninstall "python3-munch" package

Please follow the guidance below to uninstall python3-munch on Kali Linux:

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

3. Information about the python3-munch package on Kali Linux

Package: python3-munch
Source: python-munch
Version: 4.0.0-1
Installed-Size: 49
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any
Size: 10700
SHA256: 83f2a01e2a567a8c876dec8e977835978409ac7e7d68b674ac38d802aae0879b
SHA1: 3408c4e684f1a4e0a611498a8b8de1ccaabef66d
MD5sum: 573a414d76a68c613fb057cb5118b4c5
Description: dot-accessible dictionary similar to JavaScript objects - Python 3.x
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.x.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/infinidat/munch
Section: python
Priority: optional
Filename: pool/main/p/python-munch/python3-munch_4.0.0-1_all.deb