How to Install and Uninstall python3-aiogqlc.noarch Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "python3-aiogqlc.noarch" package

This tutorial shows how to install python3-aiogqlc.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-aiogqlc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-aiogqlc.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-aiogqlc.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:44:09 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-aiogqlc
Version : 1.0.4
Release : 1.el8
Architecture : noarch
Size : 15 k
Source : python-aiogqlc-1.0.4-1.el8.src.rpm
Repository : epel
Summary : GraphQL client with file upload support
URL : https://github.com/DoctorJohn/aiogqlc
License : MIT
Description : Python asynchronous/IO GraphQL client based on aiohttp that supports the
: GraphQL multipart form requests spec for file uploads.