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

Last updated: July 01,2024

1. Install "python38-cssselect2" package

Please follow the guidelines below to install python38-cssselect2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cssselect2

2. Uninstall "python38-cssselect2" package

Here is a brief guide to show you how to uninstall python38-cssselect2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-cssselect2

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

Information for package python38-cssselect2:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cssselect2
Version : 0.3.0-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 229,1 KiB
Installed : No
Status : not installed
Source package : python-cssselect2-0.3.0-1.11.src
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.