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

Last updated: May 17,2024

1. Install "python3-Paste" package

Please follow the instructions below to install python3-Paste on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Paste

2. Uninstall "python3-Paste" package

This guide covers the steps necessary to uninstall python3-Paste on openSUSE Leap:

$ sudo zypper remove python3-Paste

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

Information for package python3-Paste:
--------------------------------------
Repository : Main Repository
Name : python3-Paste
Version : 2.0.3-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 4.2 MiB
Installed : No
Status : not installed
Source package : python-Paste-2.0.3-1.24.src
Upstream URL : http://pythonpaste.org
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.