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

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install python3-flask-openid.noarch on CentOS Stream 8

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

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

Please follow the guidance below to uninstall python3-flask-openid.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 3:48:33 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-flask-openid
Version : 1.2.5
Release : 21.el8
Architecture : noarch
Size : 55 k
Source : python-flask-openid-1.2.5-21.el8.src.rpm
Repository : epel
Summary : OpenID support for Flask
URL : http://github.com/mitsuhiko/flask-openid/
License : BSD
Description : Flask-OpenID is an extension to flask that allows you to add openid
: based authentication to your website in a matter of minutes.
:
: This package includes the python 3 version of the module.