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

Last updated: April 29,2024

1. Install "python39-PasteDeploy" package

Please follow the steps below to install python39-PasteDeploy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-PasteDeploy

2. Uninstall "python39-PasteDeploy" package

This guide covers the steps necessary to uninstall python39-PasteDeploy on openSuSE Tumbleweed:

$ sudo zypper remove python39-PasteDeploy

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

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