How to Install and Uninstall python3-py-gql.noarch Package on Fedora 34

Last updated: April 30,2024

1. Install "python3-py-gql.noarch" package

Here is a brief guide to show you how to install python3-py-gql.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-py-gql.noarch

2. Uninstall "python3-py-gql.noarch" package

Please follow the guidance below to uninstall python3-py-gql.noarch on Fedora 34:

$ sudo dnf remove python3-py-gql.noarch $ sudo dnf autoremove

3. Information about the python3-py-gql.noarch package on Fedora 34

Last metadata expiration check: 1:39:38 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-py-gql
Version : 0.6.1
Release : 4.fc34
Architecture : noarch
Size : 243 k
Source : python-py-gql-0.6.1-4.fc34.src.rpm
Repository : fedora
Summary : Comprehensive GraphQL implementation for Python
URL : https://github.com/lirsacc/py-gql
License : MIT
Description : py-gql is a pure Python GraphQL implementation aimed at creating GraphQL
: servers and providing common tooling.
:
: It supports:
:
: - Parsing the GraphQL query language and schema definition language.
: - Building a GraphQL type schema programmatically and from Schema Definition
: files (including support for schema directives).
: - Validating and Executing a GraphQL request against a type schema.