How to Install and Uninstall libapache2-mod-netcgi-apache Package on Kali Linux

Last updated: May 16,2024

1. Install "libapache2-mod-netcgi-apache" package

Learn how to install libapache2-mod-netcgi-apache on Kali Linux

$ sudo apt update $ sudo apt install libapache2-mod-netcgi-apache

2. Uninstall "libapache2-mod-netcgi-apache" package

Please follow the step by step instructions below to uninstall libapache2-mod-netcgi-apache on Kali Linux:

$ sudo apt remove libapache2-mod-netcgi-apache $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-netcgi-apache package on Kali Linux

Package: libapache2-mod-netcgi-apache
Source: ocamlnet
Version: 4.1.9-4
Installed-Size: 1220
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Replaces: libapache2-mod-ocamlnet (<< 3.6)
Provides: libapache2-mod-ocamlnet
Depends: libocamlnet-ocaml-dev (= 4.1.9-4), libc6 (>= 2.34), apache2-api-20120211, apache2-bin (>= 2.4.16)
Breaks: libapache2-mod-ocamlnet (<< 3.6)
Size: 190356
SHA256: dad69daa1a9ff58875e18c85d57552701e2c2b1055ee15a684559fa5f7571d4c
SHA1: 3d321137bf11f0927143bc6e314ddfd070cd8da0
MD5sum: 01ae1afc8813c91fac4fe02e94ddf838
Description: OCaml application-level Internet libraries - netcgi2 Apache2 connector
Ocamlnet is a collection of OCaml libraries focusing focus on
application-level Internet protocols and conventions.
.
Ocamlnet consists of the following libraries:
* netstring: processing of strings that occur in network context
* netcgi2: portable web applications
* nethttpd: is a web server component (HTTP server implementation)
* netplex: generic server framework
* rpc: OncRPC implementation
* netclient: clients for HTTP, FTP, and Telnet
* equeue: event queue used for many protocol implementations
* shell: external commands invocation
* netshm: shared memory for IPC purposes
* netsys: bindings for system functions
* smtp and pop: two further client implementations
.
A number of ideas and concepts are used throughout the libraries:
* netchannels are a way to abstract sequential I/O channels
* event queues provided by equeue and unixqueue make asynchronous
protocol interpreters possible
.
This package contains the mod_netcgi_apache Apache module. You will
need this module to run web applications built using the netcgi2 Apache
connector of OCamlnet. With this package Apache can serve them directly
as OCaml compiled modules.
Description-md5:
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Section: httpd
Priority: optional
Filename: pool/main/o/ocamlnet/libapache2-mod-netcgi-apache_4.1.9-4_amd64.deb