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

Last updated: July 01,2024

1. Install "python3-chardet" package

Please follow the steps below to install python3-chardet on Kali Linux

$ sudo apt update $ sudo apt install python3-chardet

2. Uninstall "python3-chardet" package

Please follow the guidance below to uninstall python3-chardet on Kali Linux:

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

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

Package: python3-chardet
Source: chardet
Version: 5.2.0+dfsg-1
Installed-Size: 1141
Maintainer: Piotr Ożarowski
Architecture: all
Replaces: python-chardet (<< 3.0.4-6)
Depends: python3:any, python3-pkg-resources
Breaks: python-chardet (<< 3.0.4-6)
Size: 107464
SHA256: d278a374f4cdc054846d5a5059dedf369a8ac7468f6c67323dabf492fac4c293
SHA1: 2acecbcb8a1d2056304abc60316d1b4517fab713
MD5sum: bc833ef529824e1c411bad5b40bf66e0
Description: Universal Character Encoding Detector (Python3)
Chardet is a continuation of Mark Pilgrim's excellent original chardet port
from C, and Ian Cordasco's charade Python 3-compatible fork.
Chardet takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding.
.
Supported encodings:
* Big5, GB2312/GB18030, EUC-TW, HZ-GB-2312, and ISO-2022-CN (Traditional
and Simplified Chinese)
* EUC-JP, SHIFT_JIS, and ISO-2022-JP (Japanese)
* EUC-KR and ISO-2022-KR (Korean)
* KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, and windows-1251 (Russian)
* ISO-8859-2 and windows-1250 (Hungarian)
* ISO-8859-5 and windows-1251 (Bulgarian)
* ISO-8859-1 and windows-1252 (Western European languages)
* ISO-8859-7 and windows-1253 (Greek)
* ISO-8859-8 and windows-1255 (Visual and Logical Hebrew)
* TIS-620 (Thai)
* UTF-32 BE, LE, 3412-ordered, or 2143-ordered (with a BOM)
* UTF-16 BE or LE (with a BOM)
* UTF-8 (with or without a BOM)
* ASCII
.
This library is a port of the auto-detection code in Mozilla.
.
This package contains the Python 3 version of the library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/chardet/chardet
Section: python
Priority: optional
Filename: pool/main/c/chardet/python3-chardet_5.2.0+dfsg-1_all.deb