How to Install and Uninstall python39-flask-restx Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python39-flask-restx" package

Please follow the guidance below to install python39-flask-restx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-flask-restx

2. Uninstall "python39-flask-restx" package

Here is a brief guide to show you how to uninstall python39-flask-restx on openSuSE Tumbleweed:

$ sudo zypper remove python39-flask-restx

3. Information about the python39-flask-restx package on openSuSE Tumbleweed

Information for package python39-flask-restx:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-flask-restx
Version : 1.3.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 439.0 KiB
Installed : No
Status : not installed
Source package : python-flask-restx-1.3.0-1.1.src
Upstream URL : https://github.com/python-restx/flask-restx
Summary : Framework for fast, easy and documented API development with Flask
Description :
Flask-RESTX is a community driven fork of Flask-RESTPlus. It 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.