How to Install and Uninstall nginx-full Package on Kali Linux

Last updated: May 19,2024

1. Install "nginx-full" package

Please follow the instructions below to install nginx-full on Kali Linux

$ sudo apt update $ sudo apt install nginx-full

2. Uninstall "nginx-full" package

This guide covers the steps necessary to uninstall nginx-full on Kali Linux:

$ sudo apt remove nginx-full $ sudo apt autoclean && sudo apt autoremove

3. Information about the nginx-full package on Kali Linux

Package: nginx-full
Source: nginx
Version: 1.24.0-2
Installed-Size: 92
Maintainer: Debian Nginx Maintainers
Architecture: all
Depends: libnginx-mod-http-auth-pam (>= 1:1.5.3-4~), libnginx-mod-http-dav-ext (>= 1:3.0.0-4~), libnginx-mod-http-echo (>= 1:0.63-5~), libnginx-mod-http-geoip2 (>= 1:3.4-4~), libnginx-mod-http-subs-filter (>= 1:0.6.4-5~), libnginx-mod-http-upstream-fair (>= 1:0.0~git20120408.a18b409-4~), libnginx-mod-stream-geoip2 (>= 1:3.4-4~), nginx (>= 1.24.0-2), nginx (<< 1.24.0-2.1~)
Size: 81780
SHA256: 15003d88caff15e6eac767b77cc4c63822bdab4553e5fe53b54d8b510f1f0fe5
SHA1: c28803ba653799915d384860c03901dc9e6c0051
MD5sum: 9649b4aef76c63f014b010f5c24a17a6
Description: nginx web/proxy server (standard version with 3rd parties)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This metapackage provides a version of nginx with the complete set of
standard modules included (but omitting some of those included in
nginx-extras).
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Browser, Empty
GIF, FastCGI, Geo, Limit Connections, Limit Requests, Map, Memcached, Proxy,
Referer, Rewrite, SCGI, Split Clients, UWSGI.
.
OPTIONAL HTTP MODULES: Addition, Auth Request, Charset, WebDAV, GeoIP, Gunzip,
Gzip, Gzip Precompression, Headers, HTTP/2, Image Filter, Index, Log, Real IP,
Slice, SSI, SSL, Stream, SSL Preread, Stub Status, Substitution, Thread Pool,
Upstream, User ID, XSLT.
.
OPTIONAL MAIL MODULES: Mail Core, Auth HTTP, Proxy, SSL, IMAP, POP3, SMTP.
.
OPTIONAL STREAM MODULES: Stream Core, GeoIP, GeoIP2
.
THIRD PARTY MODULES: Auth PAM, DAV Ext, Echo, GeoIP2, HTTP Substitutions
Upstream Fair Queue.
Description-md5:
Homepage: https://nginx.org
Tag: network::server, protocol::http, role::program
Section: httpd
Priority: optional
Filename: pool/main/n/nginx/nginx-full_1.24.0-2_all.deb