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

Last updated: May 17,2024

1. Install "python38-pyquery" package

Please follow the guidelines below to install python38-pyquery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pyquery

2. Uninstall "python38-pyquery" package

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

$ sudo zypper remove python38-pyquery

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

Information for package python38-pyquery:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pyquery
Version : 1.4.1-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 224,5 KiB
Installed : No
Status : not installed
Source package : python-pyquery-1.4.1-2.8.src
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.