How to Install and Uninstall python3-webencodings Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python3-webencodings" package

Please follow the guidelines below to install python3-webencodings on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-webencodings

2. Uninstall "python3-webencodings" package

Please follow the step by step instructions below to uninstall python3-webencodings on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-webencodings package on Ubuntu 21.10 (Impish Indri)

Package: python3-webencodings
Architecture: all
Version: 0.5.1-2
Priority: optional
Section: python
Source: python-webencodings
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 56
Depends: python3:any
Filename: pool/main/p/python-webencodings/python3-webencodings_0.5.1-2_all.deb
Size: 11004
MD5sum: 40317c11b2f6cada9640ee37041e9bd0
SHA1: fea5365402315c68f0611fbba07a43276ef24ff3
SHA256: 3ddabb6b557813d8641b2995d85a6664d812a9863732664ee9b349bd2a64f0e3
SHA512: 10ed1f81dd5571f113c4016cafafce685d3c8cd9a7258ad09d5a717ef677d55731e7031260258daffabd1ba9c9b86979e1113142380a396b0898da28d3eba537
Homepage: https://github.com/SimonSapin/python-webencodings
Description-en: 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: 09618375d1b6526315c1f9714467ff3f
Task: ubuntustudio-video, ubuntustudio-publishing, ubuntustudio-graphics, ubuntustudio-audio, ubuntukylin-desktop