How to Install and Uninstall python3-unidecode Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-unidecode" package

Learn how to install python3-unidecode on Kali Linux

$ sudo apt update $ sudo apt install python3-unidecode

2. Uninstall "python3-unidecode" package

This guide covers the steps necessary to uninstall python3-unidecode on Kali Linux:

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

3. Information about the python3-unidecode package on Kali Linux

Package: python3-unidecode
Source: unidecode
Version: 1.3.8-1
Installed-Size: 946
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 114588
SHA256: d628222bba2721be00198df5d1f9efd0b4e30d3448db95e9a476c03bad95093e
SHA1: bf5dd3bd43c3ff6d2a20ee10a058b01eb99c5b8f
MD5sum: 6df2adf451b682638351387ca43c510e
Description: 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:
Homepage: https://pypi.org/project/Unidecode/
Tag: devel::lang:python, devel::library, implemented-in::python,
interface::commandline, role::devel-lib, role::program, scope::utility,
use::converting, works-with::text, works-with::unicode
Section: python
Priority: optional
Filename: pool/main/u/unidecode/python3-unidecode_1.3.8-1_all.deb