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

Last updated: October 05,2024

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

Please follow the steps below to install python3-odata-query.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python3-odata-query.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:26:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-odata-query
Version : 0.5.2
Release : 1.fc34
Architecture : noarch
Size : 59 k
Source : python-odata-query-0.5.2-1.fc34.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.