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

Last updated: May 20,2024

1. Install "libocamlnet-ocaml-dev" package

Please follow the instructions below to install libocamlnet-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libocamlnet-ocaml-dev" package

This guide covers the steps necessary to uninstall libocamlnet-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libocamlnet-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 53937
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlnet
Version: 4.0.4-1build3
Provides: libequeue-ocaml-dev, libnetclient-ocaml-dev, libocamlnet-ocaml-dev-ttmo7, librpc-ocaml-dev
Depends: ocaml-findlib, libocamlnet-ocaml-ttmo7, libpcre-ocaml-dev-ljf26, libzip-ocaml-dev-8wtm6, ocaml-nox-4.02.3
Recommends: libocamlnet-ocaml-doc, libnethttpd-ocaml-dev
Filename: pool/universe/o/ocamlnet/libocamlnet-ocaml-dev_4.0.4-1build3_amd64.deb
Size: 9340372
MD5sum: 3992e4a9dc5e8d67ce525c29eaad3f4d
SHA1: 581e577af855f4d9f06bd5360f538d910f1991e8
SHA256: 434d2cbd0d64b69e1aeaf7c69fbce04562609d63480e41efa907ac397ab42581
Description-en: OCaml application-level Internet libraries - core 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 core
Ocamlnet libraries in your programs. The following libraries are
packaged separately: SSL-related libraries (libocamlnet-ssl-ocaml-dev),
GTK-related libraries (libocamlnet-gtk2-ocaml-dev), nethttpd
(libnethttpd-ocaml-dev). The netcgi2 Apache connector is also part of
this package; to run applications built for that connector you will
need the mod_netcgi_apache Apache module (libapache2-mod-ocamlnet).
Description-md5: 76b84269a8f0c304d3a7ba727b770ce5
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu