How to Install and Uninstall python3-pyquery.noarch Package on CentOS 8 / RHEL 8

Last updated: November 01,2024

1. Install "python3-pyquery.noarch" package

This guide covers the steps necessary to install python3-pyquery.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-pyquery.noarch

2. Uninstall "python3-pyquery.noarch" package

Please follow the guidelines below to uninstall python3-pyquery.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-pyquery.noarch $ sudo dnf autoremove

3. Information about the python3-pyquery.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:02:09 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-pyquery
Version : 1.4.0
Release : 2.el8
Architecture : noarch
Size : 46 k
Source : python-pyquery-1.4.0-2.el8.src.rpm
Repository : epel
Summary : A jQuery-like library for python3
URL : http://pypi.python.org/pypi/pyquery
License : BSD
Description : python3-pyquery allows you to make jQuery queries on XML documents. The API is
: as much as possible the similar to jQuery. python-pyquery uses lxml for fast
: XML and HTML manipulation.