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

Last updated: May 17,2024

1. Install "omake" package

This guide covers the steps necessary to install omake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install omake

2. Uninstall "omake" package

Here is a brief guide to show you how to uninstall omake on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove omake $ sudo apt autoclean && sudo apt autoremove

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

Package: omake
Priority: optional
Section: universe/devel
Installed-Size: 3122
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Version: 0.9.8.5-3-9build1
Depends: libc6 (>= 2.15), libfam0, libreadline6 (>= 6.0), libtinfo5 (>= 6)
Recommends: omake-doc
Filename: pool/universe/o/omake/omake_0.9.8.5-3-9build1_amd64.deb
Size: 775830
MD5sum: a6c49a15fa8e4aa484d5e54d5c3b1f20
SHA1: 66dc8458d46ac6043e48be3c6771df569110d10d
SHA256: a2b9cea9d5845ff192effe180e53e73b94f2126b1f6d2eea651d526a8fef9607
Description-en: build system with automated dependency analysis
OMake is a build system designed to scale from small projects to very
large projects spanning many directories. OMake uses a syntax similar
to GNU make, with many additional features. It contains
specifications for easily building C, OCaml, and LaTeX programs, but
can be used to build projects with other languages as well.
.
OMake includes an accurate, automated dependency analysis based on
MD5 digests. It also includes a stand-alone command-line
interpreter, osh, that can be used as an interactive shell for
debugging the build files. OMake's syntax is a full object oriented
language. Features of the OMake language include integer and
floating point arithmetic, scoped expressions, higher order
functions, multiple inheritance, pattern matching, runtime
exceptions, lexers, and LALR(1) parsers. Users can easily produce
architecture independent builds as omake provides a uniform interface
to its standard library on Linux/Unix, Win32, and OS X.
Description-md5: e58aca17ee05cbcfe560fcf1443da512
Homepage: http://omake.metaprl.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu