How to Install and Uninstall apache2-mod_wsgi Package on openSUSE Leap

Last updated: May 19,2024

1. Install "apache2-mod_wsgi" package

Please follow the guidance below to install apache2-mod_wsgi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install apache2-mod_wsgi

2. Uninstall "apache2-mod_wsgi" package

This tutorial shows how to uninstall apache2-mod_wsgi on openSUSE Leap:

$ sudo zypper remove apache2-mod_wsgi

3. Information about the apache2-mod_wsgi package on openSUSE Leap

Information for package apache2-mod_wsgi:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : apache2-mod_wsgi
Version : 4.7.1-150400.3.9.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : apache2-mod_wsgi-4.7.1-150400.3.9.4.src
Upstream URL : https://github.com/GrahamDumpleton/mod_wsgi
Summary : A WSGI interface for Python3 web applications in Apache
Description :
The mod_wsgi adapter is an Apacheache 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.