How to Install and Uninstall ocamlviz Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "ocamlviz" package

This guide let you learn how to install ocamlviz on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ocamlviz

2. Uninstall "ocamlviz" package

Please follow the instructions below to uninstall ocamlviz on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ocamlviz package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ocamlviz
Priority: optional
Section: universe/devel
Installed-Size: 2976
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 1.01-2build5
Depends: libc6 (>= 2.15), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.35.9), libgtk2.0-0 (>= 2.24.0), libpango-1.0-0 (>= 1.14.0), graphviz
Recommends: libocamlviz-ocaml-dev
Filename: pool/universe/o/ocamlviz/ocamlviz_1.01-2build5_amd64.deb
Size: 599810
MD5sum: 50876266f6eb9a7b3b353cf3b171afec
SHA1: 37ac4bb4a414fc0c886bb695972d52e82ac53ddc
SHA256: c59fa4bca2454a01119ee031eab4de9cbd25ccda8bb4978857aa7358a916c6cf
Description-en: 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 two sorts of client output:
* an ASCII client, the monitoring is displayed in a file
* a Graphical User Interface, using Lablgtk2, that allows, for
instance, displaying data in a graph
Description-md5: 9044bef21e1256742a711d48a4e9ef0a
Homepage: http://ocamlviz.forge.ocamlcore.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu