How to Install and Uninstall pypy-unidecode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 11,2025

1. Install "pypy-unidecode" package

Learn how to install pypy-unidecode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-unidecode

2. Uninstall "pypy-unidecode" package

Please follow the instructions below to uninstall pypy-unidecode on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pypy-unidecode $ sudo apt autoclean && sudo apt autoremove

3. Information about the pypy-unidecode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pypy-unidecode
Priority: optional
Section: universe/python
Installed-Size: 940
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: unidecode
Version: 0.04.19-1
Depends: pypy
Filename: pool/universe/u/unidecode/pypy-unidecode_0.04.19-1_all.deb
Size: 121936
MD5sum: c414a782ba3a8bfc2d7bc8dee60bf314
SHA1: 1e0e92dd2d415414c7723b45da47e4522468813a
SHA256: 31f16c853d3f1342fa456ea588b772b297fbf0ca065b8eba61bc2dfb10191d65
Description-en: ASCII transliterations of Unicode text (PyPy module)
It often happens that you have text data in Unicode, but you need to represent
it in ASCII for display. One could represent non-roman Unicode characters as
"???" or "\\15BA\\15A0\\1610", but neither is useful to the user reading the
text.
.
Unidecode tries to represent it in ASCII characters (i.e., the universally
displayable characters between 0x00 and 0x7F), where the compromises taken
when mapping between two character sets are chosen to be near what a human
with a US keyboard would choose.
.
This module generally produces better results than simply stripping accents
from characters (which can be done in Python with built-in functions). It is
based on hand-tuned character mappings that for example also contain ASCII
approximations for symbols and non-Latin alphabets.
.
unidecode is a Python port of the Text::Unidecode Perl module for PyPy.
Description-md5: 2ec1e285e96ef4cd5b76334455f82d18
Homepage: http://pypi.python.org/pypi/Unidecode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu