How to Install and Uninstall python-tinycss2-doc Package on Kali Linux

Last updated: May 10,2024

1. Install "python-tinycss2-doc" package

This tutorial shows how to install python-tinycss2-doc on Kali Linux

$ sudo apt update $ sudo apt install python-tinycss2-doc

2. Uninstall "python-tinycss2-doc" package

This guide let you learn how to uninstall python-tinycss2-doc on Kali Linux:

$ sudo apt remove python-tinycss2-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-tinycss2-doc package on Kali Linux

Package: python-tinycss2-doc
Source: python-tinycss2
Version: 1.2.1-2
Installed-Size: 349
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.1.1+dfsg)
Size: 40424
SHA256: 964c7860c684c438d4665707fa4d20d9209f7f3d5d05f20f2133d373eac57c9e
SHA1: 5797a1185b99ba83f3380755c27e5ab70529ed37
MD5sum: 530228065028a42526c712ed42b88293
Description: Low-level CSS parser (Documentation)
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 documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Kozea/tinycss2/
Section: doc
Priority: optional
Filename: pool/main/p/python-tinycss2/python-tinycss2-doc_1.2.1-2_all.deb