How to Install and Uninstall ocaml-mew.x86_64 Package on Fedora 36

Last updated: January 19,2025

1. Install "ocaml-mew.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-mew.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-mew.x86_64

2. Uninstall "ocaml-mew.x86_64" package

Please follow the instructions below to uninstall ocaml-mew.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-mew.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-mew.x86_64 package on Fedora 36

Last metadata expiration check: 2:04:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-mew
Version : 0.1.0
Release : 13.fc36
Architecture : x86_64
Size : 63 k
Source : ocaml-mew-0.1.0-13.fc36.src.rpm
Repository : fedora
Summary : Modal Editing Witch
URL : https://github.com/kandu/mew
License : MIT
Description : 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.