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

Last updated: May 14,2024

1. Install "liboasis-ocaml" package

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

$ sudo apt update $ sudo apt install liboasis-ocaml

2. Uninstall "liboasis-ocaml" package

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

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

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

Package: liboasis-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 4475
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: oasis
Version: 0.4.5-1build3
Provides: liboasis-ocaml-8ut47
Depends: libfindlib-ocaml-q3hl3, libodn-ocaml-uf394, ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
Suggests: liboasis-ocaml-doc
Filename: pool/universe/o/oasis/liboasis-ocaml_0.4.5-1build3_amd64.deb
Size: 1042524
MD5sum: 5cb8e1a71db4002e27e3c794a83f72ae
SHA1: 44788ebe84a93f5cf26555319656ea4732ae11f4
SHA256: 23f59660e5ad78a90138f8133b02e5b48d3f8078566a766e410dbc104b0b2cf2
Description-en: Build-system generation for OCaml projects -- runtime
OASIS generates a full configure, build and install system for your
application. It starts with a simple `_oasis` file at the toplevel of your
project and creates everything required.
.
It uses external tools like OCamlbuild and it can be considered as the glue
between various subsystems that do the job. It should support the following
tools:
.
- OCamlbuild
- OMake (todo)
- OCamlMakefile (todo),
- ocaml-autoconf (todo)
.
It also features a do-it-yourself command line invocation and an internal
configure/install scheme. Libraries are managed through findlib. It has been
tested on GNU Linux and Windows.
.
OASIS supports standard entry points and descriptions. It helps to
integrates your libraries and software with third parties tools like GODI.
.
This package contains the shared runtime libraries and plugins.
Description-md5: 514a01748b74de9813274c364123d570
Homepage: http://oasis.forge.ocamlcore.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu