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

Last updated: May 19,2024

1. Install "python3-morph" package

Learn how to install python3-morph on Kali Linux

$ sudo apt update $ sudo apt install python3-morph

2. Uninstall "python3-morph" package

Please follow the guidelines below to uninstall python3-morph on Kali Linux:

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

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

Package: python3-morph
Source: python-morph
Version: 0.1.3-4
Installed-Size: 53
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 10284
SHA256: 64fec99d3628c70db392efebee4e6314a8431e90a982ab63c0e5bd653d2e75b8
SHA1: 4aec8a1acc26542aa995586408791b9f6d0855b8
MD5sum: d8ef25cb359abf64b32a86c849ab4f74
Description: collection of routines to help identify and morph objects - Python 3.x
Morph provides a bunch of functions to help identify object type:
* isstr()
* isseq()
* isdict()
.
Morph’s pick and omit functions allow you to extract a set of keys (or
properties) from a dict-like object. The morph.xform helper function can be
used to recursively transform all the items in a list & dictionary tree
.
This package contains the Python 3.x module.
Description-md5:
Homepage: http://github.com/metagriffin/morph
Section: python
Priority: optional
Filename: pool/main/p/python-morph/python3-morph_0.1.3-4_all.deb