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

Last updated: May 19,2024

1. Install "python3-pygtrie" package

This tutorial shows how to install python3-pygtrie on Kali Linux

$ sudo apt update $ sudo apt install python3-pygtrie

2. Uninstall "python3-pygtrie" package

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

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

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

Package: python3-pygtrie
Source: python-pygtrie
Version: 2.2-2
Installed-Size: 69
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-pygtrie-doc
Size: 16800
SHA256: 30c4d4e57f50f0c1cdb8d94395c271a482085f859d8d471e08db69c1d0b324eb
SHA1: d43d7908fc321e642e46cda6e5e1df164ea31a0e
MD5sum: dffb4578c0fc888f6bdabfc4f7628c13
Description: Python library implementing a trie data structure (Python 3)
Trie data structure, also known as radix or prefix tree, is a tree
associating keys to values where all the descendants of a node have
a common prefix (associated with that node).
.
The trie module contains Trie, CharTrie and StringTrie classes each
implementing a mutable mapping interface, i.e. dict interface. As
such, in most circumstances, Trie could be used as a drop-in
replacement for a dict, but the prefix nature of the data structure
is trie's real strength.
.
The module also contains PrefixSet class which uses a trie to store
a set of prefixes such that a key is contained in the set if it or
its prefix is stored in the set.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/google/pygtrie
Section: python
Priority: optional
Filename: pool/main/p/python-pygtrie/python3-pygtrie_2.2-2_all.deb