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

Last updated: May 19,2024

1. Install "python-fcgi" package

This is a short guide on how to install python-fcgi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-fcgi

2. Uninstall "python-fcgi" package

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

$ sudo zypper remove python-fcgi

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

Information for package python-fcgi:
------------------------------------
Repository : Main Repository
Name : python-fcgi
Version : 2000.09.21-bp153.1.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 24,7 KiB
Installed : No
Status : not installed
Source package : python-fcgi-2000.09.21-bp153.1.11.src
Summary : Python FastCGI Module
Description :
The fcgi.py Python module handles communication with the FastCGI module
from the Apache or Stronghold web server without using the FastCGI
developers kit. It will also work in a non-FastCGI environment,
(straight CGI).