How To Install python3-werkzeug on Fedora 36

In this tutorial we learn how to install python3-werkzeug in Fedora 36. python3-werkzeug is Comprehensive WSGI web application library

Introduction

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

What is python3-werkzeug

Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn’t enforce a specific template engine, database adapter or anything else. It doesn’t even enforce a specific way of handling requests and leaves all that up to the developer. It’s most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).

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

Install python3-werkzeug 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-werkzeug using dnf by running the following command:

sudo dnf -y install python3-werkzeug

Install python3-werkzeug 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-werkzeug using yum by running the following command:

sudo yum -y install python3-werkzeug

How To Uninstall python3-werkzeug on Fedora 36

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

sudo dnf remove python3-werkzeug

python3-werkzeug Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Werkzeug-2.0.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/Werkzeug-2.0.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/Werkzeug-2.0.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/Werkzeug-2.0.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/Werkzeug-2.0.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/Werkzeug-2.0.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/werkzeug
/usr/lib/python3.10/site-packages/werkzeug/__init__.py
/usr/lib/python3.10/site-packages/werkzeug/__pycache__
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/_internal.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/_internal.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/_reloader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/_reloader.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/datastructures.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/datastructures.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/filesystem.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/filesystem.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/formparser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/formparser.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/http.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/http.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/local.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/local.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/routing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/routing.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/security.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/security.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/serving.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/serving.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/test.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/test.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/testapp.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/testapp.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/urls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/urls.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/user_agent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/user_agent.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/useragents.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/useragents.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/wsgi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/__pycache__/wsgi.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/_internal.py
/usr/lib/python3.10/site-packages/werkzeug/_reloader.py
/usr/lib/python3.10/site-packages/werkzeug/datastructures.py
/usr/lib/python3.10/site-packages/werkzeug/datastructures.pyi
/usr/lib/python3.10/site-packages/werkzeug/debug
/usr/lib/python3.10/site-packages/werkzeug/debug/__init__.py
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/console.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/console.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/repr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/repr.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/__pycache__/tbtools.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/debug/console.py
/usr/lib/python3.10/site-packages/werkzeug/debug/repr.py
/usr/lib/python3.10/site-packages/werkzeug/debug/shared
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/FONT_LICENSE
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/ICON_LICENSE.md
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/console.png
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/debugger.js
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/less.png
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/more.png
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/source.png
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/style.css
/usr/lib/python3.10/site-packages/werkzeug/debug/shared/ubuntu.ttf
/usr/lib/python3.10/site-packages/werkzeug/debug/tbtools.py
/usr/lib/python3.10/site-packages/werkzeug/exceptions.py
/usr/lib/python3.10/site-packages/werkzeug/filesystem.py
/usr/lib/python3.10/site-packages/werkzeug/formparser.py
/usr/lib/python3.10/site-packages/werkzeug/http.py
/usr/lib/python3.10/site-packages/werkzeug/local.py
/usr/lib/python3.10/site-packages/werkzeug/middleware
/usr/lib/python3.10/site-packages/werkzeug/middleware/__init__.py
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/dispatcher.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/http_proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/lint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/lint.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/profiler.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/proxy_fix.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/__pycache__/shared_data.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/middleware/dispatcher.py
/usr/lib/python3.10/site-packages/werkzeug/middleware/http_proxy.py
/usr/lib/python3.10/site-packages/werkzeug/middleware/lint.py
/usr/lib/python3.10/site-packages/werkzeug/middleware/profiler.py
/usr/lib/python3.10/site-packages/werkzeug/middleware/proxy_fix.py
/usr/lib/python3.10/site-packages/werkzeug/middleware/shared_data.py
/usr/lib/python3.10/site-packages/werkzeug/py.typed
/usr/lib/python3.10/site-packages/werkzeug/routing.py
/usr/lib/python3.10/site-packages/werkzeug/sansio
/usr/lib/python3.10/site-packages/werkzeug/sansio/__init__.py
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/multipart.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/response.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/sansio/multipart.py
/usr/lib/python3.10/site-packages/werkzeug/sansio/request.py
/usr/lib/python3.10/site-packages/werkzeug/sansio/response.py
/usr/lib/python3.10/site-packages/werkzeug/sansio/utils.py
/usr/lib/python3.10/site-packages/werkzeug/security.py
/usr/lib/python3.10/site-packages/werkzeug/serving.py
/usr/lib/python3.10/site-packages/werkzeug/test.py
/usr/lib/python3.10/site-packages/werkzeug/testapp.py
/usr/lib/python3.10/site-packages/werkzeug/urls.py
/usr/lib/python3.10/site-packages/werkzeug/user_agent.py
/usr/lib/python3.10/site-packages/werkzeug/useragents.py
/usr/lib/python3.10/site-packages/werkzeug/utils.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__init__.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/accept.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/accept.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/base_request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/base_request.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/base_response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/base_response.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/common_descriptors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/common_descriptors.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/cors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/cors.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/etag.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/etag.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/json.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/request.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/request.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/response.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/user_agent.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/__pycache__/user_agent.cpython-310.pyc
/usr/lib/python3.10/site-packages/werkzeug/wrappers/accept.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/auth.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/base_request.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/base_response.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/common_descriptors.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/cors.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/etag.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/json.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/request.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/response.py
/usr/lib/python3.10/site-packages/werkzeug/wrappers/user_agent.py
/usr/lib/python3.10/site-packages/werkzeug/wsgi.py
/usr/share/doc/python3-werkzeug
/usr/share/doc/python3-werkzeug/CHANGES.rst
/usr/share/doc/python3-werkzeug/README.rst
/usr/share/licenses/python3-werkzeug
/usr/share/licenses/python3-werkzeug/LICENSE.rst

References

Summary

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