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

Last updated: July 04,2024

1. Install "libocamlnet-ssl-ocaml" package

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

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

2. Uninstall "libocamlnet-ssl-ocaml" package

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

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

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

Package: libocamlnet-ssl-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 180
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlnet
Version: 4.0.4-1build3
Provides: libocamlnet-ssl-ocaml-q4t30
Depends: libocamlnet-ocaml-ttmo7, ocaml-base-nox-4.02.3, libc6 (>= 2.14), libgnutls30 (>= 3.4.2), libnettle6
Filename: pool/universe/o/ocamlnet/libocamlnet-ssl-ocaml_4.0.4-1build3_amd64.deb
Size: 36498
MD5sum: 20e6b267d991edbfeb82e202ff01ff1e
SHA1: deaddb09f5fcb2f162953fd4f37288ad3414775b
SHA256: 3eaeb2c2d795558264f377d7903e8897f1949bd5962550206d4b2ff9805a88ca
Description-en: OCaml application-level Internet libraries - SSL 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
SSL-related libraries of Ocamlnet.
Description-md5: ed0ae7ccad1bbc2001396f11bfc91b1d
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu