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

Last updated: July 06,2024

1. Install "libocamlnet-ssl-ocaml-dev" package

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

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

2. Uninstall "libocamlnet-ssl-ocaml-dev" package

Please follow the guidance below to uninstall libocamlnet-ssl-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libocamlnet-ssl-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1441
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlnet
Version: 4.0.4-1build3
Depends: ocaml-findlib, libocamlnet-ocaml-dev-ttmo7, libocamlnet-ssl-ocaml-q4t30, ocaml-nox-4.02.3
Recommends: libocamlnet-ocaml-doc
Filename: pool/universe/o/ocamlnet/libocamlnet-ssl-ocaml-dev_4.0.4-1build3_amd64.deb
Size: 177430
MD5sum: a4d0ea38db2322b8d12af9880be03334
SHA1: 7252a69cd9519387535f7d224348af2e7843b050
SHA256: 432ea0c2fe17f2afe0397b1b37085955785191643da87279e4ef7deee31941b9
Description-en: OCaml application-level Internet libraries - SSL 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 SSL-related
libraries of Ocamlnet in your programs.
Description-md5: 8bd741ee57a66e6fa3d3b7d83f9e8ad3
Homepage: http://projects.camlcity.org/projects/ocamlnet.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu