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

Last updated: May 03,2024

1. Install "python3-dictobj" package

Learn how to install python3-dictobj on Kali Linux

$ sudo apt update $ sudo apt install python3-dictobj

2. Uninstall "python3-dictobj" package

This guide let you learn how to uninstall python3-dictobj on Kali Linux:

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

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

Package: python3-dictobj
Source: python-dictobj
Version: 0.4-7
Installed-Size: 38
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10032
SHA256: 9211aedc14c2e85ef015736570840d3f6157645ccb111a316cd033ac9974d926
SHA1: 9585a7a410776a77f0d9de95300745147d743c95
MD5sum: 03de6dfe81c633119f832849f059e3d1
Description: Python3 dictionary where keys can be accessed as instance attributes
This package extends the functionality of the normal Python dictionary by
affording the ability to lookup dictionary keys as instance attributes
(i.e. __getattr__) instead of "indices" (i.e. __getitem__).
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://pypi.python.org/pypi/dictobj
Section: python
Priority: optional
Filename: pool/main/p/python-dictobj/python3-dictobj_0.4-7_all.deb