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

Last updated: May 13,2024

1. Install "python3-tinycss2" package

This guide covers the steps necessary to install python3-tinycss2 on Kali Linux

$ sudo apt update $ sudo apt install python3-tinycss2

2. Uninstall "python3-tinycss2" package

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

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

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

Package: python3-tinycss2
Source: python-tinycss2
Version: 1.2.1-2
Installed-Size: 107
Maintainer: Debian Python Team
Architecture: all
Depends: python3-webencodings, python3:any, python-tinycss2-common
Suggests: python-tinycss2-doc
Size: 21856
SHA256: 8d4af8ce2bc4cd35f063e66e4c8c5f8a27f3e98970a9a74327f1c058bfe16f96
SHA1: 558bc3f1b515cdb58c49ca9499386f211d953570
MD5sum: b6a912fd79b05b55cd0b5a1963a6b078
Description: Low-level CSS parser (Python3 version)
tinycss2 is a rewrite of tinycss with a simpler API, based on the more recent
CSS Syntax Level 3 specification.
.
tinycss2 is low-level in that it doesn’t parse all of CSS: it doesn't know
about the syntax of any specific properties or at-rules. Instead, it provides a
set of functions that can be composed to support exactly the parts of CSS
you're interested in, including new or non-standard rules or properties,
without modifying tinycss or having a complex hook/plugin system.
.
In many cases, parts of the parsed values (such as the content of a AtRule) is
given as component values that can be parsed further with other functions.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/Kozea/tinycss2/
Section: python
Priority: optional
Filename: pool/main/p/python-tinycss2/python3-tinycss2_1.2.1-2_all.deb