How to Install and Uninstall python3-flask-restplus Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-flask-restplus" package

Please follow the instructions below to install python3-flask-restplus on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-flask-restplus

2. Uninstall "python3-flask-restplus" package

Please follow the steps below to uninstall python3-flask-restplus on openSUSE Leap:

$ sudo zypper remove python3-flask-restplus

3. Information about the python3-flask-restplus package on openSUSE Leap

Information for package python3-flask-restplus:
-----------------------------------------------
Repository : Main Repository
Name : python3-flask-restplus
Version : 0.13.0-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 590.3 KiB
Installed : No
Status : not installed
Source package : python-flask-restplus-0.13.0-bp155.2.11.src
Upstream URL : https://github.com/noirbizarre/flask-restplus
Summary : Rest API development with Flask
Description :
Flask-RESTPlus is an extension for Flask that adds support for
building REST APIs. It provides a collection of decorators and tools
to describe APIs and to expose their documentation using Swagger.