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

Last updated: May 08,2024

1. Install "python3-easydict" package

Here is a brief guide to show you how to install python3-easydict on Kali Linux

$ sudo apt update $ sudo apt install python3-easydict

2. Uninstall "python3-easydict" package

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

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

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

Package: python3-easydict
Source: easydict
Version: 1.11-1
Installed-Size: 30
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5720
SHA256: 946185c8439e5121a6329cefbf097ec0f297f972b3ecd40506ee0b1be7e84c3d
SHA1: c6385b3e2c4d2ea0b497e9a0707110f6d3d1000c
MD5sum: b38f1a8a53120aa224a9c4fb82361324
Description: Javascript-like properties dot notation for Python dicts
EasyDict allows one to access dict values as attributes (works
recursively), making it a Javascript-like properties dot notation for
Python dicts.
Description-md5:
Homepage: https://github.com/makinacorpus/easydict
Section: python
Priority: optional
Filename: pool/main/e/easydict/python3-easydict_1.11-1_all.deb