How to Install and Uninstall python3-flask-restx.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "python3-flask-restx.noarch" package

Please follow the step by step instructions below to install python3-flask-restx.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-flask-restx.noarch

2. Uninstall "python3-flask-restx.noarch" package

This tutorial shows how to uninstall python3-flask-restx.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-flask-restx.noarch $ sudo dnf autoremove

3. Information about the python3-flask-restx.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:30:17 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-flask-restx
Version : 1.1.0
Release : 1.el9
Architecture : noarch
Size : 1.6 M
Source : python-flask-restx-1.1.0-1.el9.src.rpm
Repository : epel
Summary : Framework for fast, easy and documented API development with Flask
URL : https://github.com/python-restx/flask-restx
License : BSD-3-Clause
Description : Flask-RESTX is an extension for Flask that adds support for quickly
: building REST APIs. It encourages best practices with minimal setup.
: If you are familiar with Flask, Flask-RESTX should be easy to pick up.
: It provides a coherent collection of decorators and tools to describe your API
: and expose its documentation properly using Swagger.