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

Last updated: May 20,2024

1. Install "python3-unidecode" package

Here is a brief guide to show you how to install python3-unidecode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-unidecode

2. Uninstall "python3-unidecode" package

Learn how to uninstall python3-unidecode on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Filename: pool/universe/u/unidecode/python3-unidecode_0.04.19-1_all.deb
Size: 121604
MD5sum: 1da1e95f1ac3bf31a92b93c5939c5764
SHA1: 08ea67cbdd4594931666cb9d18c3a2d7c6693028
SHA256: 40f8fa9be6153a381e0b63da5d2cd298278529cd4e1d9e0798431430d6313d07
Description-en: ASCII transliterations of Unicode text (Python 3 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 3 port of the Text::Unidecode Perl module.
Description-md5: 1bba0fb2519c65e430935f928b929a34
Homepage: http://pypi.python.org/pypi/Unidecode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu