How to Install and Uninstall python3-mongoquery.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-mongoquery.noarch" package

In this section, we are going to explain the necessary steps to install python3-mongoquery.noarch on Rocky Linux 8

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

2. Uninstall "python3-mongoquery.noarch" package

Please follow the step by step instructions below to uninstall python3-mongoquery.noarch on Rocky Linux 8:

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

3. Information about the python3-mongoquery.noarch package on Rocky Linux 8

Last metadata expiration check: 0:21:24 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-mongoquery
Version : 1.3.6
Release : 5.el8
Architecture : noarch
Size : 20 k
Source : python-mongoquery-1.3.6-5.el8.src.rpm
Repository : epel
Summary : Python implementation of mongodb queries
URL : https://github.com/kapouille/mongoquery
License : Unlicense
Description : A utility library that provides a MongoDB-like query language for querying
: Python collections. It's mainly intended to parse objects structured as
: fundamental types in a similar fashion to what is produced by JSON or YAML
: parsers. It follows the specification of queries for MongoDB version 3.2.