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

Last updated: May 20,2024

1. Install "python3-plaster-pastedeploy" package

This guide covers the steps necessary to install python3-plaster-pastedeploy on openSUSE Leap

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

2. Uninstall "python3-plaster-pastedeploy" package

Please follow the guidance below to uninstall python3-plaster-pastedeploy on openSUSE Leap:

$ sudo zypper remove python3-plaster-pastedeploy

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

Information for package python3-plaster-pastedeploy:
----------------------------------------------------
Repository : Main Repository
Name : python3-plaster-pastedeploy
Version : 0.4.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 38.2 KiB
Installed : No
Status : not installed
Source package : python-plaster-pastedeploy-0.4.1-bp155.2.11.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.