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

Last updated: May 18,2024

1. Install "apache2-mod_wsgi-python3" package

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

$ sudo zypper refresh $ sudo zypper install apache2-mod_wsgi-python3

2. Uninstall "apache2-mod_wsgi-python3" package

Here is a brief guide to show you how to uninstall apache2-mod_wsgi-python3 on openSUSE Leap:

$ sudo zypper remove apache2-mod_wsgi-python3

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

Information for package apache2-mod_wsgi-python3:
-------------------------------------------------
Repository : Main Repository
Name : apache2-mod_wsgi-python3
Version : 4.5.18-150000.4.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : apache2-mod_wsgi-python3-4.5.18-150000.4.6.1.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.