How to Install and Uninstall python3-cssselect2 Package on openSUSE Leap

Last updated: July 06,2024

1. Install "python3-cssselect2" package

This is a short guide on how to install python3-cssselect2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cssselect2

2. Uninstall "python3-cssselect2" package

Please follow the steps below to uninstall python3-cssselect2 on openSUSE Leap:

$ sudo zypper remove python3-cssselect2

3. Information about the python3-cssselect2 package on openSUSE Leap

Information for package python3-cssselect2:
-------------------------------------------
Repository : Main Repository
Name : python3-cssselect2
Version : 0.3.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 228.9 KiB
Installed : No
Status : not installed
Source package : python-cssselect2-0.3.0-bp155.2.9.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.