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

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install python3-flask-script.noarch on CentOS 8 / RHEL 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 CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 7:52:06 ago on Sun May 9 13:03:46 2021.
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.