How to Install and Uninstall python3-css-parser Package on openSUSE Leap

Last updated: October 05,2024

1. Install "python3-css-parser" package

Please follow the guidance below to install python3-css-parser on openSUSE Leap

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

2. Uninstall "python3-css-parser" package

This guide let you learn how to uninstall python3-css-parser on openSUSE Leap:

$ sudo zypper remove python3-css-parser

3. Information about the python3-css-parser package on openSUSE Leap

Information for package python3-css-parser:
-------------------------------------------
Repository : Main Repository
Name : python3-css-parser
Version : 1.0.7-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 1.7 MiB
Installed : No
Status : not installed
Source package : python-css-parser-1.0.7-bp155.2.13.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