How to Install and Uninstall node-fastcgi Package on Kali Linux

Last updated: June 06,2024

1. Install "node-fastcgi" package

In this section, we are going to explain the necessary steps to install node-fastcgi on Kali Linux

$ sudo apt update $ sudo apt install node-fastcgi

2. Uninstall "node-fastcgi" package

Please follow the guidelines below to uninstall node-fastcgi on Kali Linux:

$ sudo apt remove node-fastcgi $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-fastcgi package on Kali Linux

Package: node-fastcgi
Version: 1.3.3-8
Installed-Size: 50
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-node-fastcgi
Depends: node-fastcgi-stream
Size: 12860
SHA256: 7e937cae85cbf83971bc6d0d37111e94211e4b664ede39c102e7767e13828768
SHA1: 5b69fd92a1dbeace4022bfc54f9b98371aab9e1b
MD5sum: c463a4639d8df68105b03efde66a54ce
Description: FastCGI server for Node.js
node-fastcgi is a drop-in replacement for node's standard http module
(server only). Code written for a http server should work without changes
with FastCGI. It can be used to build FastCGI applications or to convert
existing node applications to FastCGI.
.
This implementation is fully compliant with the FastCGI 1.0 Specification.
Description-md5:
Homepage: https://github.com/fbbdev/node-fastcgi
Section: javascript
Priority: optional
Filename: pool/main/n/node-fastcgi/node-fastcgi_1.3.3-8_all.deb