How to Install and Uninstall oasis Package on Kali Linux

Last updated: September 20,2024

1. Install "oasis" package

In this section, we are going to explain the necessary steps to install oasis on Kali Linux

$ sudo apt update $ sudo apt install oasis

2. Uninstall "oasis" package

In this section, we are going to explain the necessary steps to uninstall oasis on Kali Linux:

$ sudo apt remove oasis $ sudo apt autoclean && sudo apt autoremove

3. Information about the oasis package on Kali Linux

Package: oasis
Source: oasis (0.4.11-3)
Version: 0.4.11-3+b2
Installed-Size: 6612
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35), liboasis-ocaml-dev
Suggests: liboasis-ocaml-doc
Size: 1594296
SHA256: 20be8098f1986e7d97d5c84ed6e37f46b061576dc1d656584e8d442b525199e0
SHA1: a4d97fb36959dcd5d0a19fe01b404c1ae2a3d9cd
MD5sum: e0a9733c6a83e4da1b0ed1fbf0ddae33
Description: Build-system generation for OCaml projects -- binaries
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 command-line tools.
Description-md5:
Homepage: http://oasis.forge.ocamlcore.org/
Section: ocaml
Priority: optional
Filename: pool/main/o/oasis/oasis_0.4.11-3+b2_amd64.deb