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

Last updated: May 10,2024

1. Install "python3-webencodings" package

In this section, we are going to explain the necessary steps to install python3-webencodings on Kali Linux

$ sudo apt update $ sudo apt install python3-webencodings

2. Uninstall "python3-webencodings" package

Please follow the instructions below to uninstall python3-webencodings on Kali Linux:

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

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

Package: python3-webencodings
Source: python-webencodings
Version: 0.5.1-5
Installed-Size: 56
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 11064
SHA256: 355ff9b773667ed2fd97e2fce9ae9101155d90cf5ff09171900bf46e611c0ccb
SHA1: e1d4c1ec64a3567743af93e4ba7409e6af17baf4
MD5sum: 87974d000fc2235e8bff342fd422179e
Description: Python implementation of the WHATWG Encoding standard
In order to be compatible with legacy web content when interpreting something
like Content-Type: text/html; charset=latin1, tools need to use a particular
set of aliases for encoding labels as well as some overriding rules. For
example, US-ASCII and iso-8859-1 on the web are actually aliases for
windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other
encoding declaration. The Encoding standard defines all such details so that
implementations do not have to reverse-engineer each other.
.
This module has encoding labels and BOM detection, but the actual
implementation for encoders and decoders is Python’s.
.
This package provides the module for Python 3.
Description-md5:
Homepage: https://pythonhosted.org/webencodings/
Section: python
Priority: optional
Filename: pool/main/p/python-webencodings/python3-webencodings_0.5.1-5_all.deb