How to Install and Uninstall mod_wsgi.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "mod_wsgi.x86_64" package

This guide let you learn how to install mod_wsgi.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install mod_wsgi.x86_64

2. Uninstall "mod_wsgi.x86_64" package

Learn how to uninstall mod_wsgi.x86_64 on Amazon Linux 2:

$ sudo yum remove mod_wsgi.x86_64 $ sudo yum autoremove

3. Information about the mod_wsgi.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : mod_wsgi
Arch : x86_64
Version : 3.4
Release : 12.amzn2.0.2
Size : 73 k
Repo : amzn2-core/2/x86_64
Summary : A WSGI interface for Python web applications in Apache
URL : http://modwsgi.org
License : ASL 2.0
Description : The mod_wsgi adapter is an Apache module that provides a WSGI
: compliant interface for hosting Python based web applications
: within Apache. The adapter is written completely in C code against
: the Apache C runtime and for hosting WSGI applications within
: Apache has a lower overhead than using existing WSGI adapters for
: mod_python or CGI.