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

Last updated: May 11,2024

1. Install "python3-twodict" package

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

$ sudo apt update $ sudo apt install python3-twodict

2. Uninstall "python3-twodict" package

Learn how to uninstall python3-twodict on Kali Linux:

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

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

Package: python3-twodict
Source: twodict
Version: 1.2-4
Installed-Size: 24
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5836
SHA256: 75c42d808f286b710da97f60bbc25367f50b082605e8bb9614f62c58ce1acc92
SHA1: 200efc29238f20f46f01128b6c356d01f382d251
MD5sum: e197a3780a3b198839765c579ab0c6d5
Description: Simple two way ordered dictionary for Python 3
TwoWayOrderedDict is a custom dictionary in which you can get the key:value
relationship but you can also get the value:key relationship. It also
remembers the order in which the items were inserted and supports almost all
the features of the build-in dict.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/MrS0m30n3/twodict
Section: python
Priority: optional
Filename: pool/main/t/twodict/python3-twodict_1.2-4_all.deb