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

Last updated: November 05,2024

1. Install "flexdll" package

Please follow the step by step instructions below to install flexdll on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install flexdll

2. Uninstall "flexdll" package

This guide let you learn how to uninstall flexdll on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove flexdll $ sudo apt autoclean && sudo apt autoremove

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

Package: flexdll
Priority: optional
Section: universe/ocaml
Installed-Size: 710
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: mingw-ocaml
Version: 4.01.0~20140328-1build3
Depends: libc6 (>= 2.14)
Breaks: mingw-ocaml (<< 4.00.1~20130426-1~)
Filename: pool/universe/m/mingw-ocaml/flexdll_4.01.0~20140328-1build3_amd64.deb
Size: 204326
MD5sum: fcade35df800c297b58f4cdbfe104edb
SHA1: 63c6cd636db5e90e7c2c37f6bd8c00d20a34e1c5
SHA256: 321c5f8aad8fef5c1663cfb73231d02374e99e29b52f0702c62cbea6b6ae781d
Description-en: OCaml cross-compiler based on mingw -- FlexDLL linker
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 the flexDLL linker that is used to link OCaml modules
on windows.
Description-md5: 28a296ceefd0536d2b189bee5dd01516
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions