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

Last updated: May 19,2024

1. Install "python-pyuca" package

In this section, we are going to explain the necessary steps to install python-pyuca on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyuca

2. Uninstall "python-pyuca" package

This guide covers the steps necessary to uninstall python-pyuca on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyuca/python-pyuca_1.1-3_all.deb
Size: 291878
MD5sum: 0727ad574b80f7b70c84fb325f819fe1
SHA1: 919b34db9f8ea9c74582fab46f34c25c6cf37ab2
SHA256: f8d6f972726716bce5cff27fef2d7b79e5b4d65e69d5ac5c2ec2e2db3b61064f
Description-en: Unicode Collation Algorithm (UCA) for Python
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 2.
Description-md5: c05b12e14b51d31c2605020a45f901d2
Homepage: https://github.com/jtauber/pyuca
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu