How to Install and Uninstall python3-flask-sqlalchemy.noarch Package on Fedora 35

Last updated: May 10,2024

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

This is a short guide on how to install python3-flask-sqlalchemy.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall python3-flask-sqlalchemy.noarch on Fedora 35:

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

3. Information about the python3-flask-sqlalchemy.noarch package on Fedora 35

Last metadata expiration check: 3:41:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-flask-sqlalchemy
Version : 2.5.1
Release : 3.fc35
Architecture : noarch
Size : 84 k
Source : python-flask-sqlalchemy-2.5.1-3.fc35.src.rpm
Repository : fedora
Summary : Adds SQLAlchemy support to Flask application
URL : https://github.com/pallets/flask-sqlalchemy
License : BSD
Description : Flask-SQLAlchemy is an extension for Flask that adds support for
: SQLAlchemy to your application. It aims to simplify using SQLAlchemy with
: Flask by providing useful defaults and extra helpers that make it easier
: to accomplish common tasks.
:
: Python 3 version.