How to Install and Uninstall python312-cssselect2 Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-cssselect2" package

This guide let you learn how to install python312-cssselect2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-cssselect2

2. Uninstall "python312-cssselect2" package

Learn how to uninstall python312-cssselect2 on openSuSE Tumbleweed:

$ sudo zypper remove python312-cssselect2

3. Information about the python312-cssselect2 package on openSuSE Tumbleweed

Information for package python312-cssselect2:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cssselect2
Version : 0.7.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 144.2 KiB
Installed : No
Status : not installed
Source package : python-cssselect2-0.7.0-2.7.src
Upstream URL : https://github.com/Kozea/cssselect2/
Summary : CSS selectors for Python ElementTree
Description :
CSSselect2 is an implementation of CSS3 Selectors for markup
documents (HTML, XML, etc.) that can be read by ElementTree-like
parsers (including cElementTree, lxml, html5lib, etc.)
Unlike cssselect, it does not translate selectors to XPath and therefore does
not have all the correctness corner cases that are hard or impossible to fix in
cssselect.