How to Install and Uninstall spawn-fcgi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "spawn-fcgi" package

Please follow the step by step instructions below to install spawn-fcgi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install spawn-fcgi

2. Uninstall "spawn-fcgi" package

Please follow the steps below to uninstall spawn-fcgi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove spawn-fcgi $ sudo apt autoclean && sudo apt autoremove

3. Information about the spawn-fcgi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: spawn-fcgi
Priority: extra
Section: universe/web
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Lal
Architecture: amd64
Version: 1.6.4-1
Depends: libc6 (>= 2.4)
Filename: pool/universe/s/spawn-fcgi/spawn-fcgi_1.6.4-1_amd64.deb
Size: 14532
MD5sum: 40544819d37eb68aba6e82c93f03a948
SHA1: be7e4224e577a5ddacc13f8b0b3f7fa619732600
SHA256: b675550e526c2fd0ef4cfb3c2841b12e3a4e617afd91e062697f0f9fa9d2dd17
Description-en: FastCGI process spawner
Allows FastCGI processes to be separated from web server process :
* Easy creation of chmoded socket.
* Privilege separation without needing a suid-binary,
or running a server as root.
* You can restart your web server and the FastCGI applications
without restarting the others.
* You can run them in different chroot()s.
* Running your FastCGI applications doesn’t depend on the web server
you are running, which allows for easier testing of/migration
to other web servers.
Description-md5: 33c67a75d7c9940faa4789113e2c2c43
Homepage: http://redmine.lighttpd.net/projects/spawn-fcgi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu