How to Install and Uninstall python3-flask-script.noarch Package on AlmaLinux 8

Last updated: May 17,2024

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

Please follow the guidelines below to install python3-flask-script.noarch on AlmaLinux 8

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

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

Please follow the guidance below to uninstall python3-flask-script.noarch on AlmaLinux 8:

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

3. Information about the python3-flask-script.noarch package on AlmaLinux 8

Last metadata expiration check: 1:19:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-flask-script
Version : 2.0.6
Release : 8.el8
Architecture : noarch
Size : 204 k
Source : python-flask-script-2.0.6-8.el8.src.rpm
Repository : epel
Summary : Scripting support for flask in python3-flask
URL : http://flask-script.readthedocs.org/en/latest/
License : BSD
Description : The Flask-Script extension provides support for writing external scripts in
: Flask.This includes running a development server, a customized Python shell,
: scripts to set up your database, cronjobs, and other command-line tasks that
: belong outside the web application itself.