How to Install and Uninstall python3-charset-normalizer Package on Kali Linux

Last updated: May 14,2024

1. Install "python3-charset-normalizer" package

Please follow the guidance below to install python3-charset-normalizer on Kali Linux

$ sudo apt update $ sudo apt install python3-charset-normalizer

2. Uninstall "python3-charset-normalizer" package

Here is a brief guide to show you how to uninstall python3-charset-normalizer on Kali Linux:

$ sudo apt remove python3-charset-normalizer $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-charset-normalizer package on Kali Linux

Package: python3-charset-normalizer
Source: python-charset-normalizer
Version: 3.3.2-1
Installed-Size: 220
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-charset-normalizer-doc
Size: 51592
SHA256: 825e3dfa7f10a09bdbcad3e306335d88fe419f388cc8af0c0d596753cd16f965
SHA1: ed1e45bd8d929f26b6c46581a6863f07a03e1725
MD5sum: a5790417a28331da1e35d231c480efd9
Description: charset, encoding and language detection (Python 3)
charset-normalizer is a library for detection of charsets, encodings,
and languages in Python programs. It can be compared to chardet, with
a different approach, which intends to make it faster and more reliable.
charset-normalizer can also detect natural languages.
.
All IANA character set names for which the Python core library provides
codecs are supported.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/ousret/charset_normalizer
Section: python
Priority: optional
Filename: pool/main/p/python-charset-normalizer/python3-charset-normalizer_3.3.2-1_all.deb