How to Install and Uninstall ocamlviz Package on Kali Linux

Last updated: May 20,2024

1. Install "ocamlviz" package

This guide let you learn how to install ocamlviz on Kali Linux

$ sudo apt update $ sudo apt install ocamlviz

2. Uninstall "ocamlviz" package

This is a short guide on how to uninstall ocamlviz on Kali Linux:

$ sudo apt remove ocamlviz $ sudo apt autoclean && sudo apt autoremove

3. Information about the ocamlviz package on Kali Linux

Package: ocamlviz
Source: ocamlviz (1.01-8)
Version: 1.01-8+b1
Installed-Size: 1425
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35), graphviz
Recommends: libocamlviz-ocaml-dev
Size: 386508
SHA256: 6c52f87d13a1253ce5d1249d51c65049393e7f5ff519fa52482efdb377b97bc2
SHA1: 973c5be39041215ba399d8542e612c3684439fbf
MD5sum: 76f2d8c7342952113a05f060ded34008
Description: real-time profiling tools for Objective Caml (clients)
Ocamlviz gives the ability to instrument an existing code, in real
time, with lightweight monitoring annotations. Ocamlviz can also be
used as a debugging tool.
.
Here are a few possibilities provided by Ocamlviz:
* observe details about the garbage collector
* observe how many times the program goes through a point
* make a set of values (any) and count its cardinal number and its
size in the heap
* observe how much time passed between two points of the program
* observe the value of integers, floating-point numbers, booleans
and strings
* observe details about hash tables, like the number of empty
buckets, or the filling rate
* etc
.
This package provides an ASCII client. The monitoring is displayed in a file.
Description-md5:
Homepage: http://ocamlviz.forge.ocamlcore.org/
Tag: uitoolkit::gtk
Section: devel
Priority: optional
Filename: pool/main/o/ocamlviz/ocamlviz_1.01-8+b1_amd64.deb