How to Install and Uninstall python2-plaster-pastedeploy Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python2-plaster-pastedeploy" package

Please follow the steps below to install python2-plaster-pastedeploy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-plaster-pastedeploy

2. Uninstall "python2-plaster-pastedeploy" package

Please follow the steps below to uninstall python2-plaster-pastedeploy on openSUSE Leap:

$ sudo zypper remove python2-plaster-pastedeploy

3. Information about the python2-plaster-pastedeploy package on openSUSE Leap

Information for package python2-plaster-pastedeploy:
----------------------------------------------------
Repository : Main Repository
Name : python2-plaster-pastedeploy
Version : 0.4.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 30,9 KiB
Installed : No
Status : not installed
Source package : python-plaster-pastedeploy-0.4.1-bp153.1.14.src
Summary : A loader implementing the PasteDeploy syntax to be used by plaster
Description :
plaster_pastedeploy is a plaster plugin that provides a plaster.Loader
that can parse ini files according to the standard set by PasteDeploy.
It supports the wsgi plaster protocol, implementing the
plaster.protocols.IWSGIProtocol interface.