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

Last updated: September 21,2024

1. Install "python3-mongoquery.noarch" package

Please follow the steps below to install python3-mongoquery.noarch on AlmaLinux 8

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

2. Uninstall "python3-mongoquery.noarch" package

This guide let you learn how to uninstall python3-mongoquery.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 2:22:58 ago on Mon Sep 5 03:22:42 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.