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

Last updated: May 05,2024

1. Install "python3-trie" package

This is a short guide on how to install python3-trie on Kali Linux

$ sudo apt update $ sudo apt install python3-trie

2. Uninstall "python3-trie" package

Please follow the steps below to uninstall python3-trie on Kali Linux:

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

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

Package: python3-trie
Source: python-trie
Version: 0.4.0+ds-1
Installed-Size: 33
Maintainer: Debian Python Team
Architecture: all
Depends: python3-sortedcontainers, python3:any
Suggests: python-trie-doc
Size: 7640
SHA256: 5cbe8af2c907ff0cc9ea0607733feb3f6f9fbbeb330e4ed6c9dd6fd491436a2d
SHA1: bb77b75613666729f88de31ee8770ab3bef70802
MD5sum: b14d7ec536ae49fabd37d93393a4eab2
Description: Pure Python implementation of the trie data structure (Python 3)
A trie is an ordered tree data structure that is used to store a mapping where
the keys are sequences, usually strings over an alphabet.
In addition to implementing the mapping interface, tries allow finding the
items for a given prefix, and vice versa, finding the items whose keys are
prefixes of a given key.
.
This is the Python 3 package.
Description-md5:
Homepage: https://github.com/gsakkis/pytrie
Section: python
Priority: optional
Filename: pool/main/p/python-trie/python3-trie_0.4.0+ds-1_all.deb