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

Last updated: May 21,2024

1. Install "libjs-of-ocaml" package

In this section, we are going to explain the necessary steps to install libjs-of-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-of-ocaml

2. Uninstall "libjs-of-ocaml" package

Please follow the guidance below to uninstall libjs-of-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjs-of-ocaml $ sudo apt autoclean && sudo apt autoremove

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

Package: libjs-of-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 1078
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: js-of-ocaml
Version: 2.5-2
Replaces: libjs-of-ocaml-dev (<< 1.4)
Provides: libjs-of-ocaml-qdsb8
Depends: libderiving-ocsigen-ocaml-rc8s0, libfindlib-ocaml-q3hl3, liblwt-ocaml-io1z5, libreact-ocaml-2kw33, libreactivedata-ocaml-cy2p2, libtyxml-ocaml-c63d2, ocaml-base-nox-4.02.3, libc6 (>= 2.3.4)
Recommends: ocaml-findlib
Breaks: libjs-of-ocaml-dev (<< 1.4)
Filename: pool/universe/j/js-of-ocaml/libjs-of-ocaml_2.5-2_amd64.deb
Size: 126068
MD5sum: b9c17ed63a592964480afd8d78179d44
SHA1: fa64cae6b4f50384539319fcc7c7d04c00e3db13
SHA256: d82f193af186d13759c5bad66b18d09be11dd9b6ec08fa45ebfcd7beac1b1657
Description-en: OCaml bytecode to JavaScript compiler (runtime)
Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
it possible to run OCaml programs in a web browser. Its key features
are the following:
* the whole language, and most of the standard library are
supported;
* the generated code can be used with any web server and browser;
* you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.
.
This package contains runtime libraries that may be needed by
server-side programs communicating with clients compiled with
Js_of_ocaml using JSON.
Description-md5: 1a5371bc67a83169a2d60423d3c62697
Homepage: http://ocsigen.org/js_of_ocaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu