How to Install and Uninstall libnginx-mod-http-echo Package on Kali Linux

Last updated: April 29,2024

1. Install "libnginx-mod-http-echo" package

In this section, we are going to explain the necessary steps to install libnginx-mod-http-echo on Kali Linux

$ sudo apt update $ sudo apt install libnginx-mod-http-echo

2. Uninstall "libnginx-mod-http-echo" package

This is a short guide on how to uninstall libnginx-mod-http-echo on Kali Linux:

$ sudo apt remove libnginx-mod-http-echo $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnginx-mod-http-echo package on Kali Linux

Package: libnginx-mod-http-echo
Version: 1:0.63-6
Installed-Size: 68
Maintainer: Debian Nginx Maintainers
Architecture: amd64
Depends: nginx-abi-1.24.0-1, libc6 (>= 2.14)
Recommends: nginx
Size: 19044
SHA256: 581d267161f02ccbf7372a9445c310ffd29f6de5b71c18f1bbf831a3a29466c9
SHA1: 6c38011d484510e5c35db67f1560e06816293c26
MD5sum: 34bf0fb0c35a30f63451b2b7a5bf8704
Description: Bring echo and more shell style goodies to Nginx
Echo module wraps lots of Nginx internal APIs for streaming input and output,
parallel/sequential subrequests, timers and sleeping, as well as various meta
data accessing.
.
Basically it provides various utilities that help testing and debugging of
other modules by trivially emulating different kinds of faked subrequest
locations.
.
People will also find it useful in real-world applications that need to:
.
1. Serve static contents directly from memory.
2. Wrap the upstream response with custom header and footer (kinda like the
addition module but with contents read directly from the config file and
Nginx variables).
3. Merge contents of various "Nginx locations" (i.e., subrequests) together in
a single main request (using echo_location and its friends).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/agentzh/echo-nginx-module
Section: httpd
Priority: optional
Filename: pool/main/libn/libnginx-mod-http-echo/libnginx-mod-http-echo_0.63-6_amd64.deb