How to Install and Uninstall js-of-ocaml Package on Kali Linux

Last updated: May 17,2024

1. Install "js-of-ocaml" package

This guide let you learn how to install js-of-ocaml on Kali Linux

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

2. Uninstall "js-of-ocaml" package

In this section, we are going to explain the necessary steps to uninstall js-of-ocaml on Kali Linux:

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

3. Information about the js-of-ocaml package on Kali Linux

Package: js-of-ocaml
Version: 5.6.0-1
Installed-Size: 58214
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libjs-of-ocaml-dev, libc6 (>= 2.35)
Recommends: ocaml-findlib
Size: 14337236
SHA256: db381497a059e80307a5f76a8ca31dcb4b84bc030f28933957eb6cc394ca61ad
SHA1: 76ed31ce1c9104f17237f2e8b1f06b68a1ba75d7
MD5sum: f6987a3ccf432e9b56822b8cdf0eb522
Description: OCaml bytecode to JavaScript compiler (compiler)
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 the compiler itself.
Description-md5:
Homepage: https://ocsigen.org/js_of_ocaml
Section: ocaml
Priority: optional
Filename: pool/main/j/js-of-ocaml/js-of-ocaml_5.6.0-1_amd64.deb