How to Install and Uninstall python-flask.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "python-flask.src" package

This guide covers the steps necessary to install python-flask.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-flask.src

2. Uninstall "python-flask.src" package

Please follow the guidance below to uninstall python-flask.src on Oracle Linux 8:

$ sudo dnf remove python-flask.src $ sudo dnf autoremove

3. Information about the python-flask.src package on Oracle Linux 8

Last metadata expiration check: 4:59:17 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-flask
Epoch : 1
Version : 0.12.2
Release : 4.el8
Architecture : src
Size : 556 k
Source : None
Repository : ol8_appstream
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.