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

Last updated: May 04,2024

1. Install "python3-trie" package

This guide covers the steps necessary to install python3-trie on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-trie

2. Uninstall "python3-trie" package

This guide let you learn how to uninstall python3-trie on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-trie
Architecture: all
Version: 0.2+ds-2
Priority: optional
Section: universe/python
Source: python-trie
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35
Depends: python3:any
Suggests: python-trie-doc
Filename: pool/universe/p/python-trie/python3-trie_0.2+ds-2_all.deb
Size: 7520
MD5sum: 97cac8c9467d1d387f06527d8cd32b7d
SHA1: 5154e3036d04234aa011a7784beb5b43cbe723e7
SHA256: dd98248ea31148215d14f01be1c821dd361735c290a7ac425be697cac565675d
SHA512: 4af479c6417a8f69a3f588bad6d50610b1608a10ef3707593e78dc2e963fd93fc45db0b25475e71d57049a1c357a802b4db6f0687b04733682484dde0b57d1f3
Homepage: http://pythonhosted.org/PyTrie/
Description-en: 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: 26c07e7620b59abba0b87a9d12c943b6