How to Install and Uninstall python3-pyquery.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "python3-pyquery.noarch" package

Learn how to install python3-pyquery.noarch on Oracle Linux 9

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

2. Uninstall "python3-pyquery.noarch" package

Learn how to uninstall python3-pyquery.noarch on Oracle Linux 9:

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

3. Information about the python3-pyquery.noarch package on Oracle Linux 9

Last metadata expiration check: 3:44:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pyquery
Version : 1.4.3
Release : 8.el9
Architecture : noarch
Size : 49 k
Source : python-pyquery-1.4.3-8.el9.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.