How to Install and Uninstall python-pygtrie-doc Package on Kali Linux

Last updated: May 18,2024

1. Install "python-pygtrie-doc" package

Learn how to install python-pygtrie-doc on Kali Linux

$ sudo apt update $ sudo apt install python-pygtrie-doc

2. Uninstall "python-pygtrie-doc" package

Please follow the instructions below to uninstall python-pygtrie-doc on Kali Linux:

$ sudo apt remove python-pygtrie-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pygtrie-doc package on Kali Linux

Package: python-pygtrie-doc
Source: python-pygtrie
Version: 2.2-2
Installed-Size: 329
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 35876
SHA256: 80b2c63152056631f8ac2f55a8617143b5a3fbb4dd51dfdfbbd015aba6f47a1a
SHA1: 7a34e1aef308a9fc6aceb69d6c81ac986ef7f2ca
MD5sum: 9a12fa459eac2d425a2613212e6dd928
Description: Python library implementing a trie data structure (common documentation)
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 is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/google/pygtrie
Section: doc
Priority: optional
Filename: pool/main/p/python-pygtrie/python-pygtrie-doc_2.2-2_all.deb