How to Install and Uninstall python3-flask-restplus.noarch Package on Fedora 34

Last updated: October 05,2024

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

This tutorial shows how to install python3-flask-restplus.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall python3-flask-restplus.noarch on Fedora 34:

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

3. Information about the python3-flask-restplus.noarch package on Fedora 34

Last metadata expiration check: 3:09:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-flask-restplus
Version : 0.13.0
Release : 6.fc34
Architecture : noarch
Size : 1.6 M
Source : python-flask-restplus-0.13.0-6.fc34.src.rpm
Repository : fedora
Summary : Framework for fast, easy and documented API development with Flask
URL : https://github.com/noirbizarre/flask-restplus
License : BSD
Description : Flask-RESTPlus 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-RESTPlus 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.