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

Last updated: November 24,2024

1. Install "python311-Paste" package

This guide let you learn how to install python311-Paste on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Paste

2. Uninstall "python311-Paste" package

Please follow the guidelines below to uninstall python311-Paste on openSuSE Tumbleweed:

$ sudo zypper remove python311-Paste

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

Information for package python311-Paste:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Paste
Version : 3.7.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : python-Paste-3.7.1-1.4.src
Upstream URL : https://github.com/cdent/paste
Summary : Tools for using a Web Server Gateway Interface stack
Description :
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications. Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.