How to Install and Uninstall python3-unidecode Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "python3-unidecode" package

Please follow the instructions below to install python3-unidecode on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-unidecode

2. Uninstall "python3-unidecode" package

Please follow the step by step instructions below to uninstall python3-unidecode on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-unidecode package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-unidecode
Architecture: all
Version: 1.1.1-3build1
Priority: optional
Section: universe/python
Source: unidecode
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 950
Depends: python3:any
Filename: pool/universe/u/unidecode/python3-unidecode_1.1.1-3build1_all.deb
Size: 109808
MD5sum: 6c4c594170cb42d22ec22d522ad3cd21
SHA1: 6721d0f25a65631176cbcefee99be02542ab4b0d
SHA256: e8ea5d5ffdf29164fc23db3c3ded7f2498b0edbab57c9251f4b62ce88b07311a
SHA512: 6a7277f2222f3791d09093ba05bc3e54d967a4d57c77ce4c58cf3da23cf878a0196de0451d030190da8f74afa27a13d983b126d5b6f192796c0ccdb9a4d9f674
Homepage: https://pypi.python.org/pypi/Unidecode
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