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

Last updated: December 24,2024

1. Install "python3-translitcodec" package

This tutorial shows how to install python3-translitcodec on Kali Linux

$ sudo apt update $ sudo apt install python3-translitcodec

2. Uninstall "python3-translitcodec" package

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

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

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

Package: python3-translitcodec
Source: translitcodec
Version: 0.7.0-2
Installed-Size: 67
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 9568
SHA256: e49bdee09e2e4fbe96c6d0a543ab464e82a132f902220c35f588bbff27edd9e4
SHA1: 916e209c969a0de393d0dfe2a3108130a923f6f8
MD5sum: 7b6bf7fcbbe75eb0757027ec9b6718ec
Description: Unicode to 8-bit charset transliteration codec
This package contains codecs for transliterating ISO 10646 texts into
best-effort representations using smaller coded character sets (ASCII,
ISO 8859, etc.). The translation tables used by the codecs are from
the 'transtab' collection by Markus Kuhn.
.
Three types of transliterating codecs are provided:
.
"long", using as many characters as needed to make a natural replacement.
For example, \u00e4 LATIN SMALL LETTER A WITH DIAERESIS 'ä' will be replaced
with 'ae'.
.
"short", using the minimum number of characters to make a replacement.
For example, \u00e4 LATIN SMALL LETTER A WITH DIAERESIS 'ä' will be replaced
with 'a'.
.
"one", only performing single character replacements. Characters that can
not be transliterated with a single character are passed through unchanged.
For example, \u2639 WHITE FROWNING FACE '☹' will be passed through unchanged.
Description-md5:
Homepage: https://github.com/claudep/translitcodec
Section: python
Priority: optional
Filename: pool/main/t/translitcodec/python3-translitcodec_0.7.0-2_all.deb