How to Install and Uninstall python-unidecode Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: December 25,2024
1. Install "python-unidecode" package
Please follow the guidance below to install python-unidecode on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-unidecode
Copied
2. Uninstall "python-unidecode" package
This guide covers the steps necessary to uninstall python-unidecode on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-unidecode
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-unidecode package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/u/unidecode/python-unidecode_0.04.19-1_all.deb
Size: 121682
MD5sum: 5e004c5620c694eda63b9f417667301d
SHA1: 14e4ec23f876a5bc479eaef8c5cedcca8eaee0ce
SHA256: 56e376ecf5c51b81c85bd51296918798e6e9d9699b621a246c96ac20a3652aaa
Description-en: ASCII transliterations of Unicode text (Python 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.
Description-md5: 9a6206af2353e4e6d4db4ac2525ee69c
Homepage: http://pypi.python.org/pypi/Unidecode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/u/unidecode/python-unidecode_0.04.19-1_all.deb
Size: 121682
MD5sum: 5e004c5620c694eda63b9f417667301d
SHA1: 14e4ec23f876a5bc479eaef8c5cedcca8eaee0ce
SHA256: 56e376ecf5c51b81c85bd51296918798e6e9d9699b621a246c96ac20a3652aaa
Description-en: ASCII transliterations of Unicode text (Python 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.
Description-md5: 9a6206af2353e4e6d4db4ac2525ee69c
Homepage: http://pypi.python.org/pypi/Unidecode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu