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

Last updated: November 07,2024

1. Install "python3-datrie" package

Please follow the guidance below to install python3-datrie on Kali Linux

$ sudo apt update $ sudo apt install python3-datrie

2. Uninstall "python3-datrie" package

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

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

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

Package: python3-datrie
Source: python-datrie (0.8.2-4)
Version: 0.8.2-4+b2
Installed-Size: 596
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.14), libdatrie1 (>= 0.2.6)
Size: 165616
SHA256: 7248895ac6d83c2266d85c4e15bac4c416d79f9840b3d5baf1842ccac8afeead
SHA1: f5fd38d8cb811c7069299ce186f7daa1481eb233
MD5sum: 10071c43bddf1659f9a96c8ca67f6150
Description: Super-fast, efficiently stored Trie for Python 3
trie variable is a dict-like object that can have unicode keys of certain
ranges and Python objects as values.
.
In addition to implementing the mapping interface, tries facilitate finding
the items for a given prefix, and vice versa, finding the items whose keys are
prefixes of a given string. As a common special case, finding the
longest-prefix item is also supported.
.
This package installs the library for Python 3.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/pytries/datrie
Section: python
Priority: optional
Filename: pool/main/p/python-datrie/python3-datrie_0.8.2-4+b2_amd64.deb