How To Install ocaml-omake on Fedora 36
Introduction
In this tutorial we learn how to install ocaml-omake
on Fedora 36.
What is ocaml-omake
OMake is a build system designed for scalability and portability. It uses a syntax similar to make utilities you may have used, but it features many additional enhancements, including the following. * Support for projects spanning several directories or directory hierarchies. * Fast, reliable, automated, scriptable dependency analysis using MD5 digests, with full support for incremental builds. * Dependency analysis takes the command lines into account — whenever the command line used to build a target changes, the target is considered out-of-date. * Fully scriptable, includes a library that providing support for standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture thereof.
We can use yum
or dnf
to install ocaml-omake
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-omake.
Install ocaml-omake on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ocaml-omake
using dnf
by running the following command:
sudo dnf -y install ocaml-omake
Install ocaml-omake on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ocaml-omake
using yum
by running the following command:
sudo yum -y install ocaml-omake
How To Uninstall ocaml-omake on Fedora 36
To uninstall only the ocaml-omake
package we can use the following command:
sudo dnf remove ocaml-omake
ocaml-omake Package Contents on Fedora 36
/usr/bin/omake
/usr/bin/osh
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/b1095201e898c221229c68ee6bc8a241166273
/usr/lib/omake
/usr/lib/omake/OMakefile.default
/usr/lib/omake/OMakeroot.default
/usr/lib/omake/OMakeroot.om
/usr/lib/omake/Pervasives.om
/usr/lib/omake/build
/usr/lib/omake/build/C.om
/usr/lib/omake/build/Common.om
/usr/lib/omake/build/LaTeX.om
/usr/lib/omake/build/OCaml.om
/usr/lib/omake/build/svn_realclean.om
/usr/lib/omake/configure
/usr/lib/omake/configure/Configure.om
/usr/lib/omake/configure/X.om
/usr/lib/omake/configure/fam.om
/usr/lib/omake/configure/fs_case_sensitive.om
/usr/lib/omake/configure/moncontrol.om
/usr/lib/omake/configure/ncurses.om
/usr/lib/omake/configure/posix_spawn.om
/usr/lib/omake/configure/readline.om
/usr/lib/omake/configure/snprintf.om
/usr/lib/omake/parse
/usr/lib/omake/parse/C
/usr/lib/omake/parse/C/Lex.om
/usr/lib/omake/parse/C/Parse.om
/usr/lib/omake/parse/LaTeX
/usr/lib/omake/parse/LaTeX/Lex.om
/usr/lib/omake/parse/LaTeX/Macros.om
/usr/lib/omake/parse/LaTeX/Parse.om
/usr/lib/omake/parse/LaTeX/Spell.om
/usr/lib/omake/web
/usr/lib/omake/web/simple-xml.om
/usr/share/doc/ocaml-omake
/usr/share/doc/ocaml-omake/CONTRIBUTORS.org
/usr/share/doc/ocaml-omake/ChangeLog
/usr/share/doc/ocaml-omake/LICENSE
/usr/share/doc/ocaml-omake/LICENSE.OMake
/usr/share/doc/ocaml-omake/README.md
/usr/share/doc/ocaml-omake/html
/usr/share/doc/ocaml-omake/html/index.html
/usr/share/doc/ocaml-omake/html/omake-all-index.html
/usr/share/doc/ocaml-omake/html/omake-autoconf.html
/usr/share/doc/ocaml-omake/html/omake-base.html
/usr/share/doc/ocaml-omake/html/omake-build-examples.html
/usr/share/doc/ocaml-omake/html/omake-build.html
/usr/share/doc/ocaml-omake/html/omake-contents.html
/usr/share/doc/ocaml-omake/html/omake-detail.html
/usr/share/doc/ocaml-omake/html/omake-doc.css
/usr/share/doc/ocaml-omake/html/omake-doc.html
/usr/share/doc/ocaml-omake/html/omake-fun-index.html
/usr/share/doc/ocaml-omake/html/omake-grammar.html
/usr/share/doc/ocaml-omake/html/omake-language-examples.html
/usr/share/doc/ocaml-omake/html/omake-language-naming.html
/usr/share/doc/ocaml-omake/html/omake-language.html
/usr/share/doc/ocaml-omake/html/omake-obj-index.html
/usr/share/doc/ocaml-omake/html/omake-option-index.html
/usr/share/doc/ocaml-omake/html/omake-options.html
/usr/share/doc/ocaml-omake/html/omake-pervasives.html
/usr/share/doc/ocaml-omake/html/omake-quickstart.html
/usr/share/doc/ocaml-omake/html/omake-references.html
/usr/share/doc/ocaml-omake/html/omake-rules.html
/usr/share/doc/ocaml-omake/html/omake-shell.html
/usr/share/doc/ocaml-omake/html/omake-system.html
/usr/share/doc/ocaml-omake/html/omake-target-index.html
/usr/share/doc/ocaml-omake/html/omake-toc.html
/usr/share/doc/ocaml-omake/html/omake-var-index.html
/usr/share/doc/ocaml-omake/html/omake.html
/usr/share/doc/ocaml-omake/html/osh.html
/usr/share/doc/ocaml-omake/omake-doc.pdf
/usr/share/doc/ocaml-omake/omake-doc.txt
References
Summary
In this tutorial we learn how to install ocaml-omake
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).