How to Install and Uninstall python3-odata-query.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "python3-odata-query.noarch" package

This tutorial shows how to install python3-odata-query.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-odata-query.noarch

2. Uninstall "python3-odata-query.noarch" package

Please follow the steps below to uninstall python3-odata-query.noarch on Fedora 35:

$ sudo dnf remove python3-odata-query.noarch $ sudo dnf autoremove

3. Information about the python3-odata-query.noarch package on Fedora 35

Last metadata expiration check: 3:39:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-odata-query
Version : 0.5.2
Release : 1.fc35
Architecture : noarch
Size : 60 k
Source : python-odata-query-0.5.2-1.fc35.src.rpm
Repository : updates
Summary : An OData v4 query parser and transpiler for Python
URL : https://odata-query.readthedocs.io
License : MIT
Description : odata-query is a library that parses OData v4 filter strings, and can convert
: them to other forms such as Django Queries, SQLAlchemy Queries, or just plain
: SQL.