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

Last updated: May 13,2024

1. Install "python3-pyquery" package

Please follow the guidelines below to install python3-pyquery on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyquery

2. Uninstall "python3-pyquery" package

Please follow the step by step instructions below to uninstall python3-pyquery on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyquery
Priority: extra
Section: universe/python
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyquery
Version: 1.2.9-2
Depends: python3-lxml, python3-webob, python3-cssselect, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyquery/python3-pyquery_1.2.9-2_all.deb
Size: 17898
MD5sum: d84e8e8019d476fca225fadf6e8ab63f
SHA1: 0e0ddd053b9e137282c5da85ffdf592dbdcdbde4
SHA256: cdac9642709970a8673e3e5412ba940c757cd1c4fab19090a061fcaf2873df86
Description-en: jQuery-like library for python 3
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 3.
Description-md5: 2f1320e457ed6cefc98acee7ced2164f
Homepage: http://pyquery.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu