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

Last updated: May 18,2024

1. Install "python2-pyquery" package

In this section, we are going to explain the necessary steps to install python2-pyquery on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyquery

2. Uninstall "python2-pyquery" package

Learn how to uninstall python2-pyquery on openSUSE Leap:

$ sudo zypper remove python2-pyquery

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

Information for package python2-pyquery:
----------------------------------------
Repository : Main Repository
Name : python2-pyquery
Version : 1.2.17-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 218,8 KiB
Installed : No
Status : not installed
Source package : python-pyquery-1.2.17-bp153.1.15.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.