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

Last updated: May 17,2024

1. Install "libocamlnet-ocaml" package

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

$ sudo apt update $ sudo apt install libocamlnet-ocaml

2. Uninstall "libocamlnet-ocaml" package

This tutorial shows how to uninstall libocamlnet-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libocamlnet-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlnet
Version: 4.0.4-1build3
Provides: libequeue-ocaml, libocamlnet-ocaml-ttmo7
Depends: libpcre-ocaml-ljf26, libzip-ocaml-8wtm6, ocaml-base-nox-4.02.3, libc6 (>= 2.15)
Filename: pool/universe/o/ocamlnet/libocamlnet-ocaml_4.0.4-1build3_amd64.deb
Size: 33654
MD5sum: 7c2ba93aa1c4a1907cbadc0d4e02b5ee
SHA1: 9a1b0a9e309bd7f896c3288e4289ae04db89fb5f
SHA256: b7a09f54aaf405e76d5c9883cc99b55b857a9b54dbb142821c224fe60dbbb250
Description-en: OCaml application-level Internet libraries - core runtime 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 only the shared runtime stub libraries for the
core Ocamlnet libraries. Stub libraries for SSL-related components are
available in the libocamlnet-ssl-ocaml-dev package.
Description-md5: 33181c622e82fb74e3c7f57d4257a6c3
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu