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

Last updated: September 28,2024

1. Install "python310-pyquery" package

In this section, we are going to explain the necessary steps to install python310-pyquery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pyquery

2. Uninstall "python310-pyquery" package

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

$ sudo zypper remove python310-pyquery

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

Information for package python310-pyquery:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pyquery
Version : 2.0.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 202.6 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.