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

Last updated: May 22,2024

1. Install "python3-box" package

This guide covers the steps necessary to install python3-box on Kali Linux

$ sudo apt update $ sudo apt install python3-box

2. Uninstall "python3-box" package

Please follow the instructions below to uninstall python3-box on Kali Linux:

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

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

Package: python3-box
Source: python-box
Version: 3.4.6-3
Installed-Size: 79
Maintainer: Debian Python Team
Architecture: all
Depends: python3-yaml, python3:any
Size: 18104
SHA256: 059cfd7f343ffa6e2cb28c732512554bcf0a27b9bd1e125f477d9bb70d5f50df
SHA1: ce4178a32e6f52ee932151c323f5edfefb47aa0c
MD5sum: 71464fb4e58bb2be28802dce882fa44a
Description: Python dictionaries with advanced dot notation access
Box is designed to be an easy drop in transparently replacements
for dictionaries, thanks to Python's duck typing capabilities, which
adds dot notation access. Any sub dictionaries or ones set after
initiation will be automatically converted to a Box object.
You can always run .to_dict() on it to return the object and all
sub objects back into a regular dictionary.
Description-md5:
Homepage: https://github.com/cdgriffith/Box
Section: python
Priority: optional
Filename: pool/main/p/python-box/python3-box_3.4.6-3_all.deb