How to Install and Uninstall python39-css-parser Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python39-css-parser" package

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

$ sudo zypper refresh $ sudo zypper install python39-css-parser

2. Uninstall "python39-css-parser" package

In this section, we are going to explain the necessary steps to uninstall python39-css-parser on openSuSE Tumbleweed:

$ sudo zypper remove python39-css-parser

3. Information about the python39-css-parser package on openSuSE Tumbleweed

Information for package python39-css-parser:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-css-parser
Version : 1.0.10-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-css-parser-1.0.10-1.4.src
Upstream URL : https://github.com/ebook-utils/css-parser
Summary : CSS related utilities (parsing, serialization, etc) for python
Description :
CSS related utilities (parsing, serialization, etc) for python
A fork of the cssutils project based on version 1.0.2. This fork
includes general bug fixes and extensions specific to editing and
working with ebooks.
The main python source code has been modified so that it will run
without further conversion on both Python >= 2.7 and Python 3.X without
any further modules required. All required modifications are handled
local to each file