How to Install and Uninstall ocaml-mingw-w64-x86-64 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "ocaml-mingw-w64-x86-64" package

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

$ sudo apt update $ sudo apt install ocaml-mingw-w64-x86-64

2. Uninstall "ocaml-mingw-w64-x86-64" package

This guide covers the steps necessary to uninstall ocaml-mingw-w64-x86-64 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ocaml-mingw-w64-x86-64 $ sudo apt autoclean && sudo apt autoremove

3. Information about the ocaml-mingw-w64-x86-64 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ocaml-mingw-w64-x86-64
Priority: optional
Section: universe/ocaml
Installed-Size: 12290
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: mingw-ocaml
Version: 4.01.0~20140328-1build3
Depends: libc6 (>= 2.14), libtinfo5 (>= 6), ocaml-nox, ocaml-findlib, flexdll, binutils-mingw-w64-x86-64, mingw-w64-x86-64-dev | mingw-w64-dev
Filename: pool/universe/m/mingw-ocaml/ocaml-mingw-w64-x86-64_4.01.0~20140328-1build3_amd64.deb
Size: 1663066
MD5sum: 34c0f7227d5e95060a10db986c806330
SHA1: b8a46faa1e8ed74a6fd85462f06db5aeeb81aed4
SHA256: 7acaffdcc99536eb8bf3f5ca2136605859a0173336831352583d1c6f3a0518d7
Description-en: OCaml cross-compiler based on mingw -- 64 bit compiler
Objective Caml (OCaml) is an implementation of the ML language, based on
the Caml Light dialect extended with a complete class-based object system
and a powerful module system in the style of Standard ML.
.
OCaml comprises two compilers. One generates bytecode
which is then interpreted by a C program. This compiler runs quickly,
generates compact code with moderate memory requirements, and is
portable to essentially any 32 or 64 bit Unix platform. Performance of
generated programs is quite good for a bytecoded implementation:
almost twice as fast as Caml Light 0.7. This compiler can be used
either as a standalone, batch-oriented compiler that produces
standalone programs, or as an interactive, toplevel-based system.
.
The other compiler generates high-performance native code for a number
of processors. Compilation takes longer and generates bigger code, but
the generated programs deliver excellent performance, while retaining
the moderate memory requirements of the bytecode compiler. It is not
available on all arches though.
.
This package contains everything needed to build OCaml code targeted
to be executed under 64 bit windows.
Description-md5: b6818a9c7c6a4919d7ac25285dcf2299
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu