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

Last updated: July 15,2024

1. Install "python39-plaster-pastedeploy" package

Please follow the guidelines below to install python39-plaster-pastedeploy on openSuSE Tumbleweed

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

2. Uninstall "python39-plaster-pastedeploy" package

This tutorial shows how to uninstall python39-plaster-pastedeploy on openSuSE Tumbleweed:

$ sudo zypper remove python39-plaster-pastedeploy

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

Information for package python39-plaster-pastedeploy:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-plaster-pastedeploy
Version : 1.0.1-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 33.9 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.