How to Install and Uninstall python312-PasteDeploy Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python312-PasteDeploy" package

Learn how to install python312-PasteDeploy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-PasteDeploy

2. Uninstall "python312-PasteDeploy" package

In this section, we are going to explain the necessary steps to uninstall python312-PasteDeploy on openSuSE Tumbleweed:

$ sudo zypper remove python312-PasteDeploy

3. Information about the python312-PasteDeploy package on openSuSE Tumbleweed

Information for package python312-PasteDeploy:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-PasteDeploy
Version : 2.1.1+git.1652668078.0f0697d-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 127.7 KiB
Installed : No
Status : not installed
Source package : python-PasteDeploy-2.1.1+git.1652668078.0f0697d-2.7.src
Upstream URL : https://github.com/Pylons/pastedeploy
Summary : Tool to 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.