How To Install ocaml-mew on Fedora 36

In this tutorial we learn how to install ocaml-mew in Fedora 36. ocaml-mew is Modal Editing Witch

Introduction

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

What is ocaml-mew

This is the core module of mew, a general modal editing engine generator. You can provide Key, Mode, and Concurrent modules to define the real world environment to get the core component of a modal editing engine. The core component supports recursive key mappings associated with user provided modes. After the core component is generated, you may extended it with a translator to interpret user key sequences to get a complete modal editing engine.

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

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

sudo dnf -y install ocaml-mew

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

sudo yum -y install ocaml-mew

How To Uninstall ocaml-mew on Fedora 36

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

sudo dnf remove ocaml-mew

ocaml-mew Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/23a09bb91bb883daa55929b45bbebca59e4824
/usr/lib64/ocaml/mew
/usr/lib64/ocaml/mew/META
/usr/lib64/ocaml/mew/mew.cma
/usr/lib64/ocaml/mew/mew.cmi
/usr/lib64/ocaml/mew/mew.cmxs
/usr/lib64/ocaml/mew/mew__.cmi
/usr/lib64/ocaml/mew/mew__Concurrent.cmi
/usr/lib64/ocaml/mew/mew__Key.cmi
/usr/lib64/ocaml/mew/mew__Modal.cmi
/usr/lib64/ocaml/mew/mew__Mode.cmi
/usr/lib64/ocaml/mew/mew__Utils.cmi
/usr/share/doc/ocaml-mew
/usr/share/doc/ocaml-mew/CHANGES.md
/usr/share/doc/ocaml-mew/README.md
/usr/share/licenses/ocaml-mew
/usr/share/licenses/ocaml-mew/LICENSE

References

Summary

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


title: “How To Install ocaml-mew on Fedora 36” linkTitle: “ocaml-mew” type: “docs” description: “In this tutorial we learn how to install ocaml-mew in Fedora 36. ocaml-mew is Modal Editing Witch” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ocaml-mew-featured.png

Introduction

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

What is ocaml-mew

This is the core module of mew, a general modal editing engine generator. You can provide Key, Mode, and Concurrent modules to define the real world environment to get the core component of a modal editing engine. The core component supports recursive key mappings associated with user provided modes. After the core component is generated, you may extended it with a translator to interpret user key sequences to get a complete modal editing engine.

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

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

sudo dnf -y install ocaml-mew

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

sudo yum -y install ocaml-mew

How To Uninstall ocaml-mew on Fedora 36

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

sudo dnf remove ocaml-mew

ocaml-mew Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/c626748c02f1c1b8dc64b443ff5fe230519fd4
/usr/lib/ocaml/mew
/usr/lib/ocaml/mew/META
/usr/lib/ocaml/mew/mew.cma
/usr/lib/ocaml/mew/mew.cmi
/usr/lib/ocaml/mew/mew.cmxs
/usr/lib/ocaml/mew/mew__.cmi
/usr/lib/ocaml/mew/mew__Concurrent.cmi
/usr/lib/ocaml/mew/mew__Key.cmi
/usr/lib/ocaml/mew/mew__Modal.cmi
/usr/lib/ocaml/mew/mew__Mode.cmi
/usr/lib/ocaml/mew/mew__Utils.cmi
/usr/share/doc/ocaml-mew
/usr/share/doc/ocaml-mew/CHANGES.md
/usr/share/doc/ocaml-mew/README.md
/usr/share/licenses/ocaml-mew
/usr/share/licenses/ocaml-mew/LICENSE

References

Summary

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