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

Last updated: May 10,2024

1. Install "python3-tinycss" package

Please follow the instructions below to install python3-tinycss on Kali Linux

$ sudo apt update $ sudo apt install python3-tinycss

2. Uninstall "python3-tinycss" package

This guide let you learn how to uninstall python3-tinycss on Kali Linux:

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

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

Package: python3-tinycss
Source: python-tinycss (0.4-6)
Version: 0.4-6+b2
Installed-Size: 394
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Suggests: python-tinycss-doc
Size: 91776
SHA256: 05138d3a762cb14580803ee711afc517442934a0a195edb80a3f4b47bd983ca3
SHA1: c7eefac762582cf36552798daa7d7130821a2def
MD5sum: 93b1a313e2a0e9d69b1632d301e67d15
Description: complete yet simple CSS parser (Python3 version)
tinycss is a complete yet simple CSS parser for Python. It supports the full
syntax and error handling for CSS 2.1 as well as some CSS 3 modules:
.
* CSS Color 3
* CSS Fonts 3
* CSS Paged Media 3
.
It is designed to be easy to extend for new CSS modules and syntax,
and integrates well with cssselect for Selectors 3 support.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/Kozea/tinycss
Section: python
Priority: optional
Filename: pool/main/p/python-tinycss/python3-tinycss_0.4-6+b2_amd64.deb