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

Last updated: July 01,2024

1. Install "python3-banal" package

Learn how to install python3-banal on Kali Linux

$ sudo apt update $ sudo apt install python3-banal

2. Uninstall "python3-banal" package

This tutorial shows how to uninstall python3-banal on Kali Linux:

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

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

Package: python3-banal
Source: python-banal
Version: 1.0.6-3
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5976
SHA256: 7269515354d2fc2ae9039743c07d63539ed3cbe1c52e8fbf4cfa25a7db1ce422
SHA1: d05ac3b6674cf35104b66c27d0725dd28ac97b47
MD5sum: b69ce817a3428aa34ccfed47770a1f30
Description: Commons of banal micro-functions for Python
Commons of Python micro-functions. This basically an out-sourced, shared
utils module with a focus on functions that buffer type uncertainties in
Python (e.g. "is this a list?").
.
Functions:
.
* is_listish: check if something is list-ish
* is_mapping: check if an object is dict-ish
* ensure_list: make sure an argument is a list, or make it into a
single-element list
* clean_dict: remove null values from a dict, recursively
* decode_path: decode a path name to be unicode
* hash_data: generate a SHA1 from a dict of reasonable objects
Description-md5:
Homepage: https://github.com/pudo/banal
Section: python
Priority: optional
Filename: pool/main/p/python-banal/python3-banal_1.0.6-3_all.deb