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

Last updated: May 22,2024

1. Install "libjs-of-ocaml-dev" package

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

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

2. Uninstall "libjs-of-ocaml-dev" package

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

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

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

Package: libjs-of-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 18748
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: js-of-ocaml
Version: 2.5-2
Replaces: libjs-of-ocaml (<< 1.4)
Provides: libjs-of-ocaml-dev-qdsb8
Depends: libcamlp4-ocaml-dev-p9wj7, libderiving-ocsigen-ocaml-dev-rc8s0, libfindlib-ocaml-dev-q3hl3, libjs-of-ocaml-qdsb8, liblwt-ocaml-dev-io1z5, libreact-ocaml-dev-2kw33, libreactivedata-ocaml-dev-cy2p2, libtyxml-ocaml-dev-c63d2, ocaml-nox-4.02.3, libc6 (>= 2.2.5)
Recommends: ocaml-findlib
Breaks: libjs-of-ocaml (<< 1.4)
Filename: pool/universe/j/js-of-ocaml/libjs-of-ocaml-dev_2.5-2_amd64.deb
Size: 3213766
MD5sum: 16b010d1dfab71f481b34a31bbe441d5
SHA1: aea959508f753133ba7313d36f5a18ffdd633e56
SHA256: 8778cd489fb497d9641ff85b5bb7046dc95219837b70ca14b34dce8dffaa16ac
Description-en: OCaml bytecode to JavaScript compiler (development files)
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 development files needed to compile server-side
(using regular OCaml compiler) and client-side (using Js_of_ocaml)
programs.
Description-md5: abe95895ab2f33a3262f1c3beb98b8cf
Homepage: http://ocsigen.org/js_of_ocaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu