How To Install python-flask-doc on Fedora 36

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

Introduction

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

What is python-flask-doc

Documentation and examples for python-flask.

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

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

sudo dnf -y install python-flask-doc

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

sudo yum -y install python-flask-doc

How To Uninstall python-flask-doc on Fedora 36

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

sudo dnf remove python-flask-doc

python-flask-doc Package Contents on Fedora 36

/usr/share/doc/python-flask-doc
/usr/share/doc/python-flask-doc/examples
/usr/share/doc/python-flask-doc/examples/javascript
/usr/share/doc/python-flask-doc/examples/javascript/.gitignore
/usr/share/doc/python-flask-doc/examples/javascript/LICENSE.rst
/usr/share/doc/python-flask-doc/examples/javascript/MANIFEST.in
/usr/share/doc/python-flask-doc/examples/javascript/README.rst
/usr/share/doc/python-flask-doc/examples/javascript/js_example
/usr/share/doc/python-flask-doc/examples/javascript/js_example/__init__.py
/usr/share/doc/python-flask-doc/examples/javascript/js_example/templates
/usr/share/doc/python-flask-doc/examples/javascript/js_example/templates/base.html
/usr/share/doc/python-flask-doc/examples/javascript/js_example/templates/fetch.html
/usr/share/doc/python-flask-doc/examples/javascript/js_example/templates/jquery.html
/usr/share/doc/python-flask-doc/examples/javascript/js_example/templates/plain.html
/usr/share/doc/python-flask-doc/examples/javascript/js_example/views.py
/usr/share/doc/python-flask-doc/examples/javascript/setup.cfg
/usr/share/doc/python-flask-doc/examples/javascript/setup.py
/usr/share/doc/python-flask-doc/examples/javascript/tests
/usr/share/doc/python-flask-doc/examples/javascript/tests/conftest.py
/usr/share/doc/python-flask-doc/examples/javascript/tests/test_js_example.py
/usr/share/doc/python-flask-doc/examples/tutorial
/usr/share/doc/python-flask-doc/examples/tutorial/.gitignore
/usr/share/doc/python-flask-doc/examples/tutorial/LICENSE.rst
/usr/share/doc/python-flask-doc/examples/tutorial/MANIFEST.in
/usr/share/doc/python-flask-doc/examples/tutorial/README.rst
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/__init__.py
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/auth.py
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/blog.py
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/db.py
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/schema.sql
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/static
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/static/style.css
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/auth
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/auth/login.html
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/auth/register.html
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/base.html
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/blog
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/blog/create.html
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/blog/index.html
/usr/share/doc/python-flask-doc/examples/tutorial/flaskr/templates/blog/update.html
/usr/share/doc/python-flask-doc/examples/tutorial/setup.cfg
/usr/share/doc/python-flask-doc/examples/tutorial/setup.py
/usr/share/doc/python-flask-doc/examples/tutorial/tests
/usr/share/doc/python-flask-doc/examples/tutorial/tests/conftest.py
/usr/share/doc/python-flask-doc/examples/tutorial/tests/data.sql
/usr/share/doc/python-flask-doc/examples/tutorial/tests/test_auth.py
/usr/share/doc/python-flask-doc/examples/tutorial/tests/test_blog.py
/usr/share/doc/python-flask-doc/examples/tutorial/tests/test_db.py
/usr/share/doc/python-flask-doc/examples/tutorial/tests/test_factory.py
/usr/share/licenses/python-flask-doc
/usr/share/licenses/python-flask-doc/LICENSE.rst

References

Summary

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