How to Install and Uninstall python3-flask.noarch Package on CentOS Stream 9
Last updated: November 30,2024
1. Install "python3-flask.noarch" package
This guide covers the steps necessary to install python3-flask.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-flask.noarch
Copied
2. Uninstall "python3-flask.noarch" package
Here is a brief guide to show you how to uninstall python3-flask.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-flask.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-flask.noarch package on CentOS Stream 9
Last metadata expiration check: 1:56:44 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-flask
Epoch : 1
Version : 2.0.3
Release : 1.el9.1
Architecture : noarch
Size : 159 k
Source : python-flask-2.0.3-1.el9.1.src.rpm
Repository : epel
Summary : A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
URL : http://flask.pocoo.org/
License : BSD
Description : Flask is called a “micro-framework” because the idea to keep the core
: simple but extensible. There is no database abstraction layer, no form
: validation or anything else where different libraries already exist
: that can handle that. However Flask knows the concept of extensions
: that can add this functionality into your application as if it was
: implemented in Flask itself. There are currently extensions for object
: relational mappers, form validation, upload handling, various open
: authentication technologies and more.
:
: Python 3 version.
Available Packages
Name : python3-flask
Epoch : 1
Version : 2.0.3
Release : 1.el9.1
Architecture : noarch
Size : 159 k
Source : python-flask-2.0.3-1.el9.1.src.rpm
Repository : epel
Summary : A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
URL : http://flask.pocoo.org/
License : BSD
Description : Flask is called a “micro-framework” because the idea to keep the core
: simple but extensible. There is no database abstraction layer, no form
: validation or anything else where different libraries already exist
: that can handle that. However Flask knows the concept of extensions
: that can add this functionality into your application as if it was
: implemented in Flask itself. There are currently extensions for object
: relational mappers, form validation, upload handling, various open
: authentication technologies and more.
:
: Python 3 version.