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

Last updated: September 28,2024

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

Please follow the steps below to install python3-flask-restx.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall python3-flask-restx.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:16:00 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-flask-restx
Version : 0.5.1
Release : 2.fc36
Architecture : noarch
Size : 2.3 M
Source : python-flask-restx-0.5.1-2.fc36.src.rpm
Repository : fedora
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.