How to Install and Uninstall python-scgi Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python-scgi" package

Please follow the steps below to install python-scgi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-scgi

2. Uninstall "python-scgi" package

Here is a brief guide to show you how to uninstall python-scgi on openSUSE Leap:

$ sudo zypper remove python-scgi

3. Information about the python-scgi package on openSUSE Leap

Information for package python-scgi:
------------------------------------
Repository : Main Repository
Name : python-scgi
Version : 1.14-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 74,8 KiB
Installed : No
Status : not installed
Source package : python-scgi-1.14-bp153.1.14.src
Summary : Python implementation of the SCGI protocol
Description :
The SCGI protocol is a replacement for the Common Gateway Interface (CGI)
protocol. It is a standard for applications to interface with HTTP servers.
It is similar to FastCGI but is designed to be easier to implement.
This package contains the python bindings.