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

Last updated: May 08,2024

1. Install "python3-aadict" package

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

$ sudo apt update $ sudo apt install python3-aadict

2. Uninstall "python3-aadict" package

Please follow the step by step instructions below to uninstall python3-aadict on Kali Linux:

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

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

Package: python3-aadict
Source: aadict
Version: 0.2.3-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 32
Depends: python3:any
Homepage: https://github.com/metagriffin/aadict
Priority: optional
Section: python
Filename: pool/main/a/aadict/python3-aadict_0.2.3-0kali2_all.deb
Size: 5944
SHA256: 4914d9ea26ce31009c2ccc3bc85b603e7e40db04544429bd3e02710bb4daa0a0
SHA1: 61a1761c948ee28a4d3857ca404159f1b45a843e
MD5sum: 786969aaa6537f6884ac15d69e364e82
Description: Auto-Attribute Dict (Python 3)
This package contains a Python dict sub-class that allows attribute-style
access to dict items, e.g. d.foo is equivalent to d['foo']. aadict also
provides a few other helpful methods, such as pick and omit methods. Also, an
aadict is more call chaining friendly (e.g. methods such as update return
self) and is pickle'able.
.
This package installs the library for Python 3.
Description-md5: