How to Install and Uninstall python-mpservlets Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python-mpservlets" package

Please follow the guidelines below to install python-mpservlets on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-mpservlets

2. Uninstall "python-mpservlets" package

Please follow the guidelines below to uninstall python-mpservlets on openSUSE Leap:

$ sudo zypper remove python-mpservlets

3. Information about the python-mpservlets package on openSUSE Leap

Information for package python-mpservlets:
------------------------------------------
Repository : Main Repository
Name : python-mpservlets
Version : 1.1.6-bp153.28.11
Arch : noarch
Vendor : openSUSE
Installed Size : 109,5 KiB
Installed : No
Status : not installed
Source package : python-mpservlets-1.1.6-bp153.28.11.src
Summary : Mod_python Servlets - a mod_python handler
Description :
A mod_python handler that uses instances of subclasses of class Servlet (thus
its name) to respond to HTTP GET and POST requests. For each request a series
of methods are called on the instance, the output of such being sent to the
client as the response. This handler was inspired by WebWare.