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

Last updated: May 05,2024

1. Install "python-tinycss2-common" package

This is a short guide on how to install python-tinycss2-common on Kali Linux

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

2. Uninstall "python-tinycss2-common" package

Here is a brief guide to show you how to uninstall python-tinycss2-common on Kali Linux:

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

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

Package: python-tinycss2-common
Source: python-tinycss2
Version: 1.2.1-2
Installed-Size: 287
Maintainer: Debian Python Team
Architecture: all
Size: 31468
SHA256: 137fd46f513a290e1537a26a69e22d30f9db7f2208f81a9ae9c3cb55499b1cab
SHA1: a9fe417dc9598a8104a1ab50a5bf8aac5d2f2509
MD5sum: 3bba470cc57c0e2f7a2ef56bbade19b6
Description: Low-level CSS parser (test data)
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 test data of the library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Kozea/tinycss2/
Section: python
Priority: optional
Filename: pool/main/p/python-tinycss2/python-tinycss2-common_1.2.1-2_all.deb