How to Install and Uninstall python3-mod_wsgi.x86_64 Package on Amazon Linux 2
Last updated: February 06,2025
1. Install "python3-mod_wsgi.x86_64" package
This guide covers the steps necessary to install python3-mod_wsgi.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python3-mod_wsgi.x86_64
Copied
2. Uninstall "python3-mod_wsgi.x86_64" package
In this section, we are going to explain the necessary steps to uninstall python3-mod_wsgi.x86_64 on Amazon Linux 2:
$
sudo yum remove
python3-mod_wsgi.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the python3-mod_wsgi.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python3-mod_wsgi
Arch : x86_64
Version : 3.4
Release : 12.amzn2.0.3
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.
Available Packages
Name : python3-mod_wsgi
Arch : x86_64
Version : 3.4
Release : 12.amzn2.0.3
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.