How to Install and Uninstall libapache2-mod-netcgi-apache Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 19,2024

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

This guide let you learn how to install libapache2-mod-netcgi-apache on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall libapache2-mod-netcgi-apache on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libapache2-mod-netcgi-apache package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-mod-netcgi-apache
Priority: optional
Section: universe/httpd
Installed-Size: 774
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlnet
Version: 4.0.4-1build3
Replaces: libapache2-mod-ocamlnet (<< 3.6)
Provides: libapache2-mod-ocamlnet
Depends: libocamlnet-ocaml-dev (= 4.0.4-1build3), libc6 (>= 2.15), apache2-api-20120211, apache2-bin (>= 2.4.16)
Breaks: libapache2-mod-ocamlnet (<< 3.6)
Filename: pool/universe/o/ocamlnet/libapache2-mod-netcgi-apache_4.0.4-1build3_amd64.deb
Size: 115254
MD5sum: 8c42dcadf00372061944ec136fbea8ee
SHA1: 9ebf8f2eb3895b206bc534d83fe0331eddb55ea7
SHA256: a2d0440246f5c8933df3c24ff22bf7025100dc09b6fc894467a627447cc4542a
Description-en: 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: 0c0de36bd4098c36644a0b2c3988d000
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu