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

Last updated: June 29,2024

1. Install "python311-PasteDeploy" package

Please follow the guidance below to install python311-PasteDeploy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-PasteDeploy

2. Uninstall "python311-PasteDeploy" package

Please follow the guidance below to uninstall python311-PasteDeploy on openSuSE Tumbleweed:

$ sudo zypper remove python311-PasteDeploy

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

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