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

Last updated: May 21,2024

1. Install "python38-cssselect" package

This guide covers the steps necessary to install python38-cssselect on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-cssselect

2. Uninstall "python38-cssselect" package

Please follow the instructions below to uninstall python38-cssselect on openSuSE Tumbleweed:

$ sudo zypper remove python38-cssselect

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

Information for package python38-cssselect:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cssselect
Version : 1.1.0-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 153,7 KiB
Installed : No
Status : not installed
Source package : python-cssselect-1.1.0-1.8.src
Summary : CSS3 selectors for Python
Description :
cssselect parses CSS3 Selectors and translates them to XPath 1.0
expressions. Such expressions can be used in lxml or another XPath engine to
find the matching elements in an XML or HTML document.
This module used to live inside of lxml as lxml.cssselect before it was
extracted as a stand-alone project.