How To Install ocaml-gettext-camomile on Fedora 36

In this tutorial we learn how to install ocaml-gettext-camomile in Fedora 36. ocaml-gettext-camomile is Parts of ocaml-gettext which depend on Camomile

Introduction

In this tutorial we learn how to install ocaml-gettext-camomile on Fedora 36.

What is ocaml-gettext-camomile

The ocaml-gettext-camomile package contains the parts of ocaml-gettext which depend on Camomile.

We can use yum or dnf to install ocaml-gettext-camomile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ocaml-gettext-camomile.

Install ocaml-gettext-camomile 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-gettext-camomile using dnf by running the following command:

sudo dnf -y install ocaml-gettext-camomile

Install ocaml-gettext-camomile 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-gettext-camomile using yum by running the following command:

sudo yum -y install ocaml-gettext-camomile

How To Uninstall ocaml-gettext-camomile on Fedora 36

To uninstall only the ocaml-gettext-camomile package we can use the following command:

sudo dnf remove ocaml-gettext-camomile

ocaml-gettext-camomile Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/496b4c0ccab951a561e66e71406a6c255eea39
/usr/lib64/ocaml/gettext-camomile
/usr/lib64/ocaml/gettext-camomile/META
/usr/lib64/ocaml/gettext-camomile/dune-package
/usr/lib64/ocaml/gettext-camomile/gettextCamomile.cma
/usr/lib64/ocaml/gettext-camomile/gettextCamomile.cmi
/usr/lib64/ocaml/gettext-camomile/gettextCamomile.cmt
/usr/lib64/ocaml/gettext-camomile/gettextCamomile.cmti
/usr/lib64/ocaml/gettext-camomile/gettextCamomile.cmxs
/usr/lib64/ocaml/gettext-camomile/gettextCamomile.ml
/usr/lib64/ocaml/gettext-camomile/opam
/usr/share/doc/ocaml-gettext-camomile
/usr/share/doc/ocaml-gettext-camomile/LICENSE.txt

References

Summary

In this tutorial we learn how to install ocaml-gettext-camomile on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).