How to Install and Uninstall python3-graphene Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-graphene" package

Please follow the steps below to install python3-graphene on Kali Linux

$ sudo apt update $ sudo apt install python3-graphene

2. Uninstall "python3-graphene" package

This is a short guide on how to uninstall python3-graphene on Kali Linux:

$ sudo apt remove python3-graphene $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-graphene package on Kali Linux

Package: python3-graphene
Source: python-graphene
Version: 3.3.0-1
Installed-Size: 518
Maintainer: Debian Python Team
Architecture: all
Depends: python3-graphql-core (>= 3.1.2~), python3-graphql-relay (>> 3.1), python3-aniso8601, python3:any
Size: 81176
SHA256: 7f66deb72ddbeeb213c24470baadf39a95550229192977b9d116db04cc5cd222
SHA1: 07c6b41b5925701edd9e1679c7d5025d40d3e954
MD5sum: eb2e71124bfe7946e209f6cda836d4c5
Description: GraphQL Framework for Python (Python3 version)
Graphene is a Python library for building GraphQL schemas/types fast and
easily.
.
* Easy to use: Graphene helps you use GraphQL in Python without effort.
* Relay: Graphene has builtin support for Relay.
* Data agnostic: Graphene supports any kind of data source: SQL (Django,
SQLAlchemy), NoSQL, custom Python objects, etc. Upstream believes
that by providing a complete API you could plug Graphene anywhere
your data lives and make your data available through GraphQL.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/graphql-python/graphene
Section: python
Priority: optional
Filename: pool/main/p/python-graphene/python3-graphene_3.3.0-1_all.deb