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

Last updated: October 06,2024

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

This guide covers the steps necessary to install python3-flask-script.noarch on CentOS Stream 8

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

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

This is a short guide on how to uninstall python3-flask-script.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 0:10:36 ago on Sun Feb 25 03:03:59 2024.
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.