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

Last updated: May 23,2024

1. Install "python3-pygtrie" package

Please follow the step by step instructions below to install python3-pygtrie on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pygtrie

2. Uninstall "python3-pygtrie" package

This is a short guide on how to uninstall python3-pygtrie on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-pygtrie
Architecture: all
Version: 2.2-1.1
Priority: optional
Section: universe/python
Source: python-pygtrie
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 69
Depends: python3:any
Suggests: python-pygtrie-doc
Filename: pool/universe/p/python-pygtrie/python3-pygtrie_2.2-1.1_all.deb
Size: 15468
MD5sum: c7ccfcad4cd9fc5a6badd30a553eb6a3
SHA1: be56e0ef33950a1a71b54eaf812606e67e45a608
SHA256: 73d279278f5dcb7e8827069981f60567da9218e52f990db1238b4e13d2cc5c43
SHA512: a7457481789cf7873edf2752b3690adbee59036a1f7a2ff6e495d2db80928a09b65bd37b1c278328cfbad42dabd2a06e6f0949e91b5b3d27b99e5abf31700cd5
Homepage: https://github.com/google/pygtrie
Description-en: 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: f3083aea189efc67e98b74207f8bc963