How to Install and Uninstall omake Package on Kali Linux

Last updated: May 15,2024

1. Install "omake" package

Here is a brief guide to show you how to install omake on Kali Linux

$ sudo apt update $ sudo apt install omake

2. Uninstall "omake" package

Please follow the guidelines below to uninstall omake on Kali Linux:

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

3. Information about the omake package on Kali Linux

Package: omake
Version: 0.10.6-2
Installed-Size: 5765
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35), libedit2 (>= 3.1-20160903-0), libtinfo6 (>= 6)
Recommends: omake-doc
Size: 1433872
SHA256: d6a241986d18ca999011d67105de09e1f684a4570c3c8bea0b42a641c9720ec2
SHA1: 85a5953ba430521242a54208e94bd8a4894abeab
MD5sum: 5a9693d121bdb8e55d8e7eb8c156ea61
Description: 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:
Homepage: http://projects.camlcity.org/projects/omake.html
Tag: devel::buildtools, implemented-in::ocaml, role::program,
uitoolkit::ncurses
Section: ocaml
Priority: optional
Filename: pool/main/o/omake/omake_0.10.6-2_amd64.deb