How to Install and Uninstall python311-pyquery Package on openSuSE Tumbleweed

Last updated: May 29,2024

1. Install "python311-pyquery" package

Please follow the steps below to install python311-pyquery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyquery

2. Uninstall "python311-pyquery" package

In this section, we are going to explain the necessary steps to uninstall python311-pyquery on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyquery

3. Information about the python311-pyquery package on openSuSE Tumbleweed

Information for package python311-pyquery:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyquery
Version : 2.0.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 273.3 KiB
Installed : No
Status : not installed
Source package : python-pyquery-2.0.0-3.6.src
Upstream URL : https://pypi.python.org/pypi/pyquery
Summary : A jQuery-like library for python
Description :
Pyquery allows you to make jQuery queries on XML documents. The API is
as much as possible the similar to jQuery. Pyquery uses lxml for fast
XML and HTML manipulation.