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

Last updated: May 21,2024

1. Install "libctypes-ocaml" package

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

$ sudo apt update $ sudo apt install libctypes-ocaml

2. Uninstall "libctypes-ocaml" package

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

$ sudo apt remove libctypes-ocaml $ sudo apt autoclean && sudo apt autoremove

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

Package: libctypes-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 486
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-ctypes
Version: 0.2.3-1build1
Provides: libctypes-ocaml-tphd9
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.14), libffi6 (>= 3.0.4)
Filename: pool/universe/o/ocaml-ctypes/libctypes-ocaml_0.2.3-1build1_amd64.deb
Size: 86408
MD5sum: 35053c926f80ae3886fe219d4bc8e9b1
SHA1: e5a0e02f6a8c6d7f0e97ac6e446bf3cd923071eb
SHA256: d87222390d2d7049002c44d49f690b4dbacb9e338561b722a214622673cc46dc
Description-en: library for binding to C libraries using pure OCaml (runtime)
The ocaml-ctypes library makes it possible to call C functions
directly from OCaml without writing or generating C code. The core
of the library is a set of combinators for describing C types --
scalars, functions, structs, unions, arrays, and pointers to values
and functions. Type descriptions can then be used to bind native
functions and values.
.
This package contains the shared runtime stub library and plugins.
Description-md5: 535529b9d4f928212326378be8e7e767
Homepage: https://github.com/ocamllabs/ocaml-ctypes
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu