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

Last updated: July 07,2024

1. Install "ruby-fcgi" package

This guide let you learn how to install ruby-fcgi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-fcgi

2. Uninstall "ruby-fcgi" package

Learn how to uninstall ruby-fcgi on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-fcgi
Priority: optional
Section: universe/ruby
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 0.9.2.1-2build1
Depends: ruby (>= 1:2.3~0), libc6 (>= 2.15), libfcgi0ldbl, libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-fcgi/ruby-fcgi_0.9.2.1-2build1_amd64.deb
Size: 16428
MD5sum: 1c3c1eb84ec99897524a8bd232449843
SHA1: 2e3534883119ce45694ad9cf846cdd9641945bd0
SHA256: 87d1ac09dfed4c6286a90c941b16590239629a69a1f83bcb3df4038793a48360
Description-en: FastCGI library for Ruby
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs.
For more information, see http://www.fastcgi.com/.
.
This merges matz's C version(fcgi.so) & Eli's pure ruby version(fastcgi.rb)
Description-md5: 8d7d812a7b0352a71f8b0f412607d0c3
Homepage: http://github.com/alphallc/ruby-fcgi-ng
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu