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

Last updated: November 23,2024

1. Install "python38-flask-restx" package

This guide let you learn how to install python38-flask-restx on openSuSE Tumbleweed

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

2. Uninstall "python38-flask-restx" package

In this section, we are going to explain the necessary steps to uninstall python38-flask-restx on openSuSE Tumbleweed:

$ sudo zypper remove python38-flask-restx

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

Information for package python38-flask-restx:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-flask-restx
Version : 0.5.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 592,4 KiB
Installed : No
Status : not installed
Source package : python-flask-restx-0.5.1-1.1.src
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.