How to Install and Uninstall python2-Paste Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-Paste" package

Please follow the guidance below to install python2-Paste on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Paste

2. Uninstall "python2-Paste" package

Please follow the step by step instructions below to uninstall python2-Paste on openSUSE Leap:

$ sudo zypper remove python2-Paste

3. Information about the python2-Paste package on openSUSE Leap

Information for package python2-Paste:
--------------------------------------
Repository : Main Repository
Name : python2-Paste
Version : 2.0.3-bp153.1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 4,2 MiB
Installed : No
Status : not installed
Source package : python-Paste-2.0.3-bp153.1.22.src
Summary : Tools for using a Web Server Gateway Interface stack
Description :
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications. Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.