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

Last updated: May 20,2024

1. Install "python3-pyquery" package

Please follow the guidance below to install python3-pyquery on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyquery

2. Uninstall "python3-pyquery" package

This guide let you learn how to uninstall python3-pyquery on openSUSE Leap:

$ sudo zypper remove python3-pyquery

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

Information for package python3-pyquery:
----------------------------------------
Repository : Main Repository
Name : python3-pyquery
Version : 1.2.17-1.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 203.1 KiB
Installed : No
Status : not installed
Source package : python-pyquery-1.2.17-1.18.src
Upstream URL : http://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.