How to Install and Uninstall python3-pyuca Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-pyuca" package

This guide let you learn how to install python3-pyuca on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyuca

2. Uninstall "python3-pyuca" package

This tutorial shows how to uninstall python3-pyuca on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pyuca package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyuca
Priority: optional
Section: universe/python
Installed-Size: 3001
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyuca
Version: 1.1-3
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyuca/python3-pyuca_1.1-3_all.deb
Size: 292352
MD5sum: 315b5114a7540aaa8f4eb0423fd6eac8
SHA1: 1f2dc59460db3ae4dc9008d704d1c809502e2e30
SHA256: eb8bec62971fb7fe883a52498a202efb3c80c2c418b50e4c12dd95f79dc20cdc
Description-en: Unicode Collation Algorithm (UCA) for Python3
The Unicode Collation Algorithm is defined in the Unicode Technical
Report #10 (UTR-10). It defines a customizable method to compare
two strings which can be used for the implementation of sorting orders
for Unicode alphabets.
.
This library is a Python implementation of the UCA which provides
special features for the sorting of non-English Unicode strings like
multi-level comparison, contraction, and expansion.
.
This package provides Pyuca for Python 3.
Description-md5: 82c1ae2efd956858e855f184e227aadc
Homepage: https://github.com/jtauber/pyuca
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu