How to Install and Uninstall python3-unidecode Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-unidecode" package

In this section, we are going to explain the necessary steps to install python3-unidecode on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-unidecode

2. Uninstall "python3-unidecode" package

This tutorial shows how to uninstall python3-unidecode on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-unidecode package on Ubuntu 21.10 (Impish Indri)

Package: python3-unidecode
Architecture: all
Version: 1.2.0-1
Priority: optional
Section: universe/python
Source: unidecode
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 947
Depends: python3:any
Filename: pool/universe/u/unidecode/python3-unidecode_1.2.0-1_all.deb
Size: 111408
MD5sum: b39810a621a0a0db9ae2f48258fdd44e
SHA1: 99cad4c241b1c0508973ec5fb380781118a8ec5c
SHA256: 014213dbdeb584a8702ced28f93f1e69c786b10241b7d53e2db34e9ef5592425
SHA512: 291cf80f790d46d49ed47804ff560cacdab8ab0ccb19be47c771eb14f144f9abfd6fe381a63f765c4aee0f9dd9b15fd5c37a5218cd9fd368d894df3a4377ed4a
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