How To Install python3-flask-openid on Fedora 36

In this tutorial we learn how to install python3-flask-openid in Fedora 36. python3-flask-openid is OpenID support for Flask

Introduction

In this tutorial we learn how to install python3-flask-openid on Fedora 36.

What is python3-flask-openid

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.

We can use yum or dnf to install python3-flask-openid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-flask-openid.

Install python3-flask-openid on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-flask-openid using dnf by running the following command:

sudo dnf -y install python3-flask-openid

Install python3-flask-openid on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-flask-openid using yum by running the following command:

sudo yum -y install python3-flask-openid

How To Uninstall python3-flask-openid on Fedora 36

To uninstall only the python3-flask-openid package we can use the following command:

sudo dnf remove python3-flask-openid

python3-flask-openid Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/Flask_OpenID-1.3.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/__pycache__/flask_openid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/flask_openid.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_openid.py
/usr/share/doc/python3-flask-openid
/usr/share/doc/python3-flask-openid/LICENSE
/usr/share/doc/python3-flask-openid/PKG-INFO
/usr/share/doc/python3-flask-openid/README.rst
/usr/share/doc/python3-flask-openid/docs
/usr/share/doc/python3-flask-openid/docs/Makefile
/usr/share/doc/python3-flask-openid/docs/_static
/usr/share/doc/python3-flask-openid/docs/_static/flask-openid.png
/usr/share/doc/python3-flask-openid/docs/_themes
/usr/share/doc/python3-flask-openid/docs/_themes/LICENSE
/usr/share/doc/python3-flask-openid/docs/_themes/README
/usr/share/doc/python3-flask-openid/docs/_themes/flask
/usr/share/doc/python3-flask-openid/docs/_themes/flask/layout.html
/usr/share/doc/python3-flask-openid/docs/_themes/flask/relations.html
/usr/share/doc/python3-flask-openid/docs/_themes/flask/static
/usr/share/doc/python3-flask-openid/docs/_themes/flask/static/flasky.css_t
/usr/share/doc/python3-flask-openid/docs/_themes/flask/static/small_flask.css
/usr/share/doc/python3-flask-openid/docs/_themes/flask/theme.conf
/usr/share/doc/python3-flask-openid/docs/_themes/flask_small
/usr/share/doc/python3-flask-openid/docs/_themes/flask_small/layout.html
/usr/share/doc/python3-flask-openid/docs/_themes/flask_small/static
/usr/share/doc/python3-flask-openid/docs/_themes/flask_small/static/flasky.css_t
/usr/share/doc/python3-flask-openid/docs/_themes/flask_small/theme.conf
/usr/share/doc/python3-flask-openid/docs/_themes/flask_theme_support.py
/usr/share/doc/python3-flask-openid/docs/conf.py
/usr/share/doc/python3-flask-openid/docs/index.rst
/usr/share/doc/python3-flask-openid/docs/make.bat

References

Summary

In this tutorial we learn how to install python3-flask-openid on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).