How To Install python3-flask-restx on Fedora 36

In this tutorial we learn how to install python3-flask-restx in Fedora 36. python3-flask-restx is Framework for fast, easy and documented API development with Flask

Introduction

In this tutorial we learn how to install python3-flask-restx on Fedora 36.

What is python3-flask-restx

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.

We can use yum or dnf to install python3-flask-restx on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-flask-restx.

Install python3-flask-restx on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-flask-restx using dnf by running the following command:

sudo dnf -y install python3-flask-restx

Install python3-flask-restx on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-flask-restx using yum by running the following command:

sudo yum -y install python3-flask-restx

How To Uninstall python3-flask-restx on Fedora 36

To uninstall only the python3-flask-restx package we can use the following command:

sudo dnf remove python3-flask-restx

python3-flask-restx Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/flask_restx
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/flask_restx-0.5.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/flask_restx/__about__.py
/usr/lib/python3.10/site-packages/flask_restx/__init__.py
/usr/lib/python3.10/site-packages/flask_restx/__pycache__
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/_http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/_http.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/api.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/apidoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/apidoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/cors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/cors.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/errors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/errors.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/inputs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/inputs.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/marshalling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/marshalling.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/mask.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/mask.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/model.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/model.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/namespace.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/namespace.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/postman.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/postman.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/representations.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/representations.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/reqparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/reqparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/resource.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/resource.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/swagger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/swagger.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/_http.py
/usr/lib/python3.10/site-packages/flask_restx/api.py
/usr/lib/python3.10/site-packages/flask_restx/apidoc.py
/usr/lib/python3.10/site-packages/flask_restx/cors.py
/usr/lib/python3.10/site-packages/flask_restx/errors.py
/usr/lib/python3.10/site-packages/flask_restx/fields.py
/usr/lib/python3.10/site-packages/flask_restx/inputs.py
/usr/lib/python3.10/site-packages/flask_restx/marshalling.py
/usr/lib/python3.10/site-packages/flask_restx/mask.py
/usr/lib/python3.10/site-packages/flask_restx/model.py
/usr/lib/python3.10/site-packages/flask_restx/namespace.py
/usr/lib/python3.10/site-packages/flask_restx/postman.py
/usr/lib/python3.10/site-packages/flask_restx/representations.py
/usr/lib/python3.10/site-packages/flask_restx/reqparse.py
/usr/lib/python3.10/site-packages/flask_restx/resource.py
/usr/lib/python3.10/site-packages/flask_restx/schemas
/usr/lib/python3.10/site-packages/flask_restx/schemas/__init__.py
/usr/lib/python3.10/site-packages/flask_restx/schemas/__pycache__
/usr/lib/python3.10/site-packages/flask_restx/schemas/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_restx/schemas/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_restx/schemas/oas-2.0.json
/usr/lib/python3.10/site-packages/flask_restx/static
/usr/lib/python3.10/site-packages/flask_restx/static/droid-sans.css
/usr/lib/python3.10/site-packages/flask_restx/static/favicon-16x16.png
/usr/lib/python3.10/site-packages/flask_restx/static/favicon-32x32.png
/usr/lib/python3.10/site-packages/flask_restx/static/files
/usr/lib/python3.10/site-packages/flask_restx/static/files/droid-sans-latin-400.woff
/usr/lib/python3.10/site-packages/flask_restx/static/files/droid-sans-latin-400.woff2
/usr/lib/python3.10/site-packages/flask_restx/static/files/droid-sans-latin-700.woff
/usr/lib/python3.10/site-packages/flask_restx/static/files/droid-sans-latin-700.woff2
/usr/lib/python3.10/site-packages/flask_restx/static/oauth2-redirect.html
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-bundle.js
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-bundle.js.map
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-es-bundle-core.js
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-es-bundle-core.js.map
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-es-bundle.js
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-es-bundle.js.map
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-standalone-preset.js
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui-standalone-preset.js.map
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui.css
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui.css.map
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui.js
/usr/lib/python3.10/site-packages/flask_restx/static/swagger-ui.js.map
/usr/lib/python3.10/site-packages/flask_restx/swagger.py
/usr/lib/python3.10/site-packages/flask_restx/templates
/usr/lib/python3.10/site-packages/flask_restx/templates/swagger-ui-css.html
/usr/lib/python3.10/site-packages/flask_restx/templates/swagger-ui-libs.html
/usr/lib/python3.10/site-packages/flask_restx/templates/swagger-ui.html
/usr/lib/python3.10/site-packages/flask_restx/utils.py
/usr/share/doc/python3-flask-restx
/usr/share/doc/python3-flask-restx/README.rst
/usr/share/licenses/python3-flask-restx
/usr/share/licenses/python3-flask-restx/LICENSE

References

Summary

In this tutorial we learn how to install python3-flask-restx on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).