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

Last updated: July 07,2024

1. Install "python310-PasteDeploy" package

This guide covers the steps necessary to install python310-PasteDeploy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-PasteDeploy

2. Uninstall "python310-PasteDeploy" package

Learn how to uninstall python310-PasteDeploy on openSuSE Tumbleweed:

$ sudo zypper remove python310-PasteDeploy

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

Information for package python310-PasteDeploy:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-PasteDeploy
Version : 2.1.1+git.1652668078.0f0697d-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 101.2 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.