How to Install and Uninstall python3-flask-sqlalchemy.noarch Package on Rocky Linux 8

Last updated: July 04,2024

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

Please follow the steps below to install python3-flask-sqlalchemy.noarch on Rocky Linux 8

$ 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 Rocky Linux 8:

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

3. Information about the python3-flask-sqlalchemy.noarch package on Rocky Linux 8

Last metadata expiration check: 2:07:54 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-flask-sqlalchemy
Version : 2.4.4
Release : 1.el8
Architecture : noarch
Size : 86 k
Source : python-flask-sqlalchemy-2.4.4-1.el8.src.rpm
Repository : epel
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.