How to Install and Uninstall python3-flask-restx.noarch Package on Fedora 34

Last updated: July 01,2024

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

Please follow the instructions below to install python3-flask-restx.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall python3-flask-restx.noarch on Fedora 34:

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

3. Information about the python3-flask-restx.noarch package on Fedora 34

Last metadata expiration check: 1:06:03 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-flask-restx
Version : 0.3.0
Release : 2.fc34
Architecture : noarch
Size : 2.2 M
Source : python-flask-restx-0.3.0-2.fc34.src.rpm
Repository : updates
Summary : Framework for fast, easy and documented API development with Flask
URL : https://github.com/python-restx/flask-restx
License : BSD
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.