How to Install and Uninstall python312-plaster-pastedeploy Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python312-plaster-pastedeploy" package

This is a short guide on how to install python312-plaster-pastedeploy on openSuSE Tumbleweed

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

2. Uninstall "python312-plaster-pastedeploy" package

This guide let you learn how to uninstall python312-plaster-pastedeploy on openSuSE Tumbleweed:

$ sudo zypper remove python312-plaster-pastedeploy

3. Information about the python312-plaster-pastedeploy package on openSuSE Tumbleweed

Information for package python312-plaster-pastedeploy:
------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-plaster-pastedeploy
Version : 1.0.1-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 36.7 KiB
Installed : No
Status : not installed
Source package : python-plaster-pastedeploy-1.0.1-2.6.src
Upstream URL : https://github.com/Pylons/plaster_pastedeploy
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.