How to Install and Uninstall python-pygtrie-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "python-pygtrie-doc" package

In this section, we are going to explain the necessary steps to install python-pygtrie-doc on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python-pygtrie-doc" package

Here is a brief guide to show you how to uninstall python-pygtrie-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python-pygtrie-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-pygtrie-doc
Architecture: all
Version: 2.2-1.1
Priority: optional
Section: universe/doc
Source: python-pygtrie
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 321
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Filename: pool/universe/p/python-pygtrie/python-pygtrie-doc_2.2-1.1_all.deb
Size: 33976
MD5sum: 19616c2ddf8b176cc44230fbd813933a
SHA1: ae37bac31843b95712690c6828ce2fd42f436163
SHA256: f7739d8384f4850da85a974a0966141a0a3d92608fcd0bd9934689fe4fd267da
SHA512: 571ff8fbdb67bb30c537fb20b69c22bb56dc6dd8f5ee07c473af63db8f391f225c533cc709225b6fa4fd009af85b41263c72f967a2f793ed5c59edd093a60eac
Homepage: https://github.com/google/pygtrie
Description-en: 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: 809cfcb3b833a83203e045282c915ed3