How to Install and Uninstall python3-flask-restful.noarch Package on Fedora 36

Last updated: January 16,2025

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

This is a short guide on how to install python3-flask-restful.noarch on Fedora 36

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

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

This is a short guide on how to uninstall python3-flask-restful.noarch on Fedora 36:

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

3. Information about the python3-flask-restful.noarch package on Fedora 36

Last metadata expiration check: 1:34:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-flask-restful
Version : 0.3.9
Release : 3.fc36
Architecture : noarch
Size : 121 k
Source : python-flask-restful-0.3.9-3.fc36.src.rpm
Repository : fedora
Summary : Simple framework for creating REST APIs for Flask
URL : https://www.github.com/flask-restful/flask-restful/
License : BSD
Description : Flask-RESTful is Python 3 extension for Flask that adds support
: for quickly building REST APIs. It is a lightweight abstraction
: that works with your existing ORM/libraries.