How To Install python-flask-gravatar on Fedora 36

In this tutorial we learn how to install python-flask-gravatar in Fedora 36. python-flask-gravatar is Small extension for Flask to make usage of Gravatar service easy

Introduction

In this tutorial we learn how to install python-flask-gravatar on Fedora 36.

What is python-flask-gravatar

Small extension for Flask to make usage of Gravatar service easy.

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

Install python-flask-gravatar 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 python-flask-gravatar using dnf by running the following command:

sudo dnf -y install python-flask-gravatar

Install python-flask-gravatar 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 python-flask-gravatar using yum by running the following command:

sudo yum -y install python-flask-gravatar

How To Uninstall python-flask-gravatar on Fedora 36

To uninstall only the python-flask-gravatar package we can use the following command:

sudo dnf remove python-flask-gravatar

python-flask-gravatar Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info
/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info/AUTHORS
/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/Flask_Gravatar-0.5.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/flask_gravatar
/usr/lib/python3.10/site-packages/flask_gravatar/__init__.py
/usr/lib/python3.10/site-packages/flask_gravatar/__pycache__
/usr/lib/python3.10/site-packages/flask_gravatar/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_gravatar/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_gravatar/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/flask_gravatar/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/flask_gravatar/version.py
/usr/share/doc/python-flask-gravatar
/usr/share/doc/python-flask-gravatar/AUTHORS
/usr/share/doc/python-flask-gravatar/CHANGES.rst
/usr/share/doc/python-flask-gravatar/README.rst
/usr/share/doc/python-flask-gravatar/RELEASE-NOTES.rst
/usr/share/licenses/python-flask-gravatar
/usr/share/licenses/python-flask-gravatar/LICENSE

References

Summary

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