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

Last updated: June 26,2024

1. Install "python310-tinycss2" package

Learn how to install python310-tinycss2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-tinycss2

2. Uninstall "python310-tinycss2" package

This guide covers the steps necessary to uninstall python310-tinycss2 on openSuSE Tumbleweed:

$ sudo zypper remove python310-tinycss2

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

Information for package python310-tinycss2:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-tinycss2
Version : 1.2.1-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 157.0 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.