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

Last updated: December 24,2024

1. Install "python3-PasteDeploy" package

This tutorial shows how to install python3-PasteDeploy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PasteDeploy

2. Uninstall "python3-PasteDeploy" package

Please follow the steps below to uninstall python3-PasteDeploy on openSUSE Leap:

$ sudo zypper remove python3-PasteDeploy

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

Information for package python3-PasteDeploy:
--------------------------------------------
Repository : Main Repository
Name : python3-PasteDeploy
Version : 1.5.2-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 145.3 KiB
Installed : No
Status : not installed
Source package : python-PasteDeploy-1.5.2-1.17.src
Upstream URL : http://pythonpaste.org/deploy/
Summary : Load, configure, and compose WSGI applications and servers
Description :
This tool provides code to load WSGI applications and servers from URIs; these
URIs can refer to Python Eggs for INI-style configuration files. Paste Script
provides commands to serve applications based on this configuration file.