How to Install and Uninstall python-pyquery Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "python-pyquery" package

Here is a brief guide to show you how to install python-pyquery on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyquery

2. Uninstall "python-pyquery" package

Please follow the steps below to uninstall python-pyquery on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyquery $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyquery package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyquery
Priority: extra
Section: universe/python
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyquery
Version: 1.2.9-2
Provides: python2.7-pyquery
Depends: python-lxml, python-webob, python (>= 2.7), python (<< 2.8), python-cssselect
Filename: pool/universe/p/pyquery/python-pyquery_1.2.9-2_all.deb
Size: 18320
MD5sum: 03d3a4b5c8c15eb7703aa106ede1575b
SHA1: d9d238abbc282b521f9f41da5d76dfda33e0a56f
SHA256: 4bd939fcc1259490b822d8675bacc5a88ed19988d1b6a88968ffe4944bb65a5f
Description-en: jQuery-like library for python 2
pyquery allows you to make jQuery queries on XML documents. The API is as
similar to jQuery as possible. pyquery uses lxml for fast XML and HTML
manipulation.
.
This package contains the module for Python 2.
Description-md5: 5ba523b2d9516e6548c05ec367c4fec8
Homepage: http://pyquery.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu