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

Last updated: May 17,2024

1. Install "nginx-core" package

This tutorial shows how to install nginx-core on Kali Linux

$ sudo apt update $ sudo apt install nginx-core

2. Uninstall "nginx-core" package

This guide let you learn how to uninstall nginx-core on Kali Linux:

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

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

Package: nginx-core
Source: nginx
Version: 1.24.0-2
Installed-Size: 92
Maintainer: Debian Nginx Maintainers
Architecture: all
Replaces: nginx-full (<< 1.18.0-1)
Depends: libnginx-mod-http-geoip (>= 1.24.0-2), libnginx-mod-http-geoip (<< 1.24.0-2.1~), libnginx-mod-http-image-filter (>= 1.24.0-2), libnginx-mod-http-image-filter (<< 1.24.0-2.1~), libnginx-mod-http-xslt-filter (>= 1.24.0-2), libnginx-mod-http-xslt-filter (<< 1.24.0-2.1~), libnginx-mod-mail (>= 1.24.0-2), libnginx-mod-mail (<< 1.24.0-2.1~), libnginx-mod-stream (>= 1.24.0-2), libnginx-mod-stream (<< 1.24.0-2.1~), libnginx-mod-stream-geoip (>= 1.24.0-2), libnginx-mod-stream-geoip (<< 1.24.0-2.1~), nginx (>= 1.24.0-2), nginx (<< 1.24.0-2.1~)
Breaks: nginx-full (<< 1.18.0-1)
Size: 81724
SHA256: 16006e3758a7f0fe8c94e58c77e9db01e8c1297cf70adbe2603f5682a93bee12
SHA1: c419a9c82b125e4a875e8e2276d779613904637a
MD5sum: 6e8d8b0230c7b69e26688d1f2370a549
Description: nginx web/proxy server (standard version)
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 identical to that of nginx-full,
but without any third-party modules, and only modules in the original
nginx code base.
.
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, 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
Description-md5:
Homepage: https://nginx.org
Section: httpd
Priority: optional
Filename: pool/main/n/nginx/nginx-core_1.24.0-2_all.deb