How To Install python-flask-migrate-doc on Fedora 36

In this tutorial we learn how to install python-flask-migrate-doc in Fedora 36. python-flask-migrate-doc is Documentation for Flask-Migrate

Introduction

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

What is python-flask-migrate-doc

Documentation for Flask-Migrate.

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

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

sudo dnf -y install python-flask-migrate-doc

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

sudo yum -y install python-flask-migrate-doc

How To Uninstall python-flask-migrate-doc on Fedora 36

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

sudo dnf remove python-flask-migrate-doc

python-flask-migrate-doc Package Contents on Fedora 36

/usr/share/doc/python-flask-migrate-doc
/usr/share/doc/python-flask-migrate-doc/Flask-Migrate.pdf
/usr/share/doc/python-flask-migrate-doc/README.md
/usr/share/licenses/python-flask-migrate-doc
/usr/share/licenses/python-flask-migrate-doc/LICENSE

References

Summary

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