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

Last updated: May 16,2024

1. Install "python3-orderedattrdict" package

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

$ sudo apt update $ sudo apt install python3-orderedattrdict

2. Uninstall "python3-orderedattrdict" package

This is a short guide on how to uninstall python3-orderedattrdict on Kali Linux:

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

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

Package: python3-orderedattrdict
Source: python-orderedattrdict
Version: 1.6.0-2
Installed-Size: 38
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any
Size: 8512
SHA256: 2f6887670403c60a76ea2513f3ba3aa047881d6195396983fa8b25fa44b944f6
SHA1: 496c764e340c7249979bb9e864a56f463a227f8e
MD5sum: 72e6aeb5c66287e231c80ac453630149
Description: Python OrderedDict with attribute-style access (Python3)
An ordered dictionary with attribute-style access.
.
AttrDict behaves exactly like collections.OrderedDict, but also allows
keys to be accessed as attributes.
.
It also allows for loading JSON and YAML while preserving the order of
keys
.
This is the Python3 package.
Description-md5:
Homepage: https://github.com/sanand0/orderedattrdict
Section: python
Priority: optional
Filename: pool/main/p/python-orderedattrdict/python3-orderedattrdict_1.6.0-2_all.deb