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

Last updated: May 20,2024

1. Install "python3-cssselect" package

In this section, we are going to explain the necessary steps to install python3-cssselect on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cssselect

2. Uninstall "python3-cssselect" package

Please follow the step by step instructions below to uninstall python3-cssselect on openSUSE Leap:

$ sudo zypper remove python3-cssselect

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

Information for package python3-cssselect:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-cssselect
Version : 1.0.3-150000.3.5.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 146.6 KiB
Installed : No
Status : not installed
Source package : python-cssselect-1.0.3-150000.3.5.1.src
Upstream URL : http://packages.python.org/cssselect/
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.