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

Last updated: May 11,2024

1. Install "python3-text-unidecode" package

This guide let you learn how to install python3-text-unidecode on Kali Linux

$ sudo apt update $ sudo apt install python3-text-unidecode

2. Uninstall "python3-text-unidecode" package

This is a short guide on how to uninstall python3-text-unidecode on Kali Linux:

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

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

Package: python3-text-unidecode
Source: python-text-unidecode
Version: 1.3-1
Installed-Size: 326
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 53812
SHA256: bc72c16d08076a62c577e4ace02c31dd655d9ddfa2a13ff4aa016b3546ac5101
SHA1: b762635fdbfb4c13c77ebe8b5e39343afdd5ba95
MD5sum: b9c0b342d14f6f56fcbd67d53d9e8750
Description: most basic Python port of the Text::Unidecode Perl library (Python3 version)
This library is an alternative of other Python ports of Text::Unidecode
(unidecode and isounidecode).
unidecode (in Debian available as python3-unidecode) is licensed under GPL;
isounidecode uses too much memory, and it also didn’t support Python 3 while
text-unidecode was created.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/kmike/text-unidecode
Section: python
Priority: optional
Filename: pool/main/p/python-text-unidecode/python3-text-unidecode_1.3-1_all.deb