How to Install and Uninstall libapache2-mod-wsgi-py3 Package on Kali Linux

Last updated: May 19,2024

1. Install "libapache2-mod-wsgi-py3" package

This is a short guide on how to install libapache2-mod-wsgi-py3 on Kali Linux

$ sudo apt update $ sudo apt install libapache2-mod-wsgi-py3

2. Uninstall "libapache2-mod-wsgi-py3" package

Please follow the instructions below to uninstall libapache2-mod-wsgi-py3 on Kali Linux:

$ sudo apt remove libapache2-mod-wsgi-py3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-wsgi-py3 package on Kali Linux

Package: libapache2-mod-wsgi-py3
Source: mod-wsgi
Version: 5.0.0-1
Installed-Size: 550
Maintainer: Debian Python Team
Architecture: amd64
Provides: httpd-wsgi3
Depends: apache2-api-20120211, apache2-bin (>= 2.4.16), python3 (>= 3.11), python3 (<< 3.13), libc6 (>= 2.34), libpython3.11 (>= 3.11.5), libpython3.12 (>= 3.12.1)
Conflicts: libapache2-mod-wsgi
Size: 134372
SHA256: 44e7905a05137b1a207f62b78ad5783afe5eb9e0a2e4d865f07f3baeac58735b
SHA1: a915258c7410df807c3f5cb331724366907f15a4
MD5sum: 6a5def5c8298323d5320489081260bc4
Description: Python 3 WSGI adapter module for Apache
The mod_wsgi adapter is an Apache module that provides a WSGI (Web Server
Gateway Interface, a standard interface between web server software and
web applications written in Python) compliant interface for hosting Python
based web applications within Apache. The adapter provides significantly
better performance than using existing WSGI adapters for mod_python or CGI.
.
This package provides module for Python 3.X.
Description-md5:
Homepage: http://www.modwsgi.org/
Tag: role::shared-lib, suite::apache
Section: httpd
Priority: optional
Filename: pool/main/m/mod-wsgi/libapache2-mod-wsgi-py3_5.0.0-1_amd64.deb