How to Install and Uninstall python39-tinycss2 Package on openSuSE Tumbleweed

Last updated: October 04,2024

1. Install "python39-tinycss2" package

Please follow the instructions below to install python39-tinycss2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-tinycss2

2. Uninstall "python39-tinycss2" package

This guide let you learn how to uninstall python39-tinycss2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-tinycss2

3. Information about the python39-tinycss2 package on openSuSE Tumbleweed

Information for package python39-tinycss2:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-tinycss2
Version : 1.2.1-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 158.3 KiB
Installed : No
Status : not installed
Source package : python-tinycss2-1.2.1-3.7.src
Upstream URL : https://github.com/Kozea/tinycss2
Summary : A tiny CSS parser
Description :
tinycss2 is a low-level CSS parser and generator written in Python:
it can parse strings, return objects representing tokens and blocks,
and generate CSS strings corresponding to these objects.
Based on the CSS Syntax Level 3 specification, tinycss2 knows the
grammar of CSS but doesn't know specific rules, properties or values
supported in various CSS modules.