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

Last updated: May 20,2024

1. Install "python39-pyquery" package

This tutorial shows how to install python39-pyquery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pyquery

2. Uninstall "python39-pyquery" package

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

$ sudo zypper remove python39-pyquery

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

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