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

Last updated: November 27,2024

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

In this section, we are going to explain the necessary steps to install python3-flask-restful.noarch on Fedora 34

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

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

This guide let you learn how to uninstall python3-flask-restful.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:30:45 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-flask-restful
Version : 0.3.8
Release : 5.fc34
Architecture : noarch
Size : 120 k
Source : python-flask-restful-0.3.8-5.fc34.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.