How to Install and Uninstall libnethttpd-ocaml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "libnethttpd-ocaml-dev" package

This is a short guide on how to install libnethttpd-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnethttpd-ocaml-dev

2. Uninstall "libnethttpd-ocaml-dev" package

This is a short guide on how to uninstall libnethttpd-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnethttpd-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnethttpd-ocaml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnethttpd-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 4068
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlnet
Version: 4.0.4-1build3
Provides: libnethttpd-ocaml-dev-o31z8
Depends: ocaml-findlib, libocamlnet-ocaml-dev-ttmo7, ocaml-nox-4.02.3
Recommends: libocamlnet-ocaml-doc
Filename: pool/universe/o/ocamlnet/libnethttpd-ocaml-dev_4.0.4-1build3_amd64.deb
Size: 660590
MD5sum: db2c2bba456dbca33635e18164c6ff96
SHA1: 84a8d5d5c534e41f133d4ddd6824788a889463e7
SHA256: 9dfed2cc10d1cbc024882e4701fa6e09b8b8e74d785aacc8f9378811a134dede
Description-en: OCaml application-level Internet libraries - HTTP daemon development libraries
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 development stuff you need to use the
nethttpd library in your programs.
Description-md5: e5cd53edb89f11d396d36ca5724baa7c
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu