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

Last updated: October 06,2024

1. Install "ocaml-mew.x86_64" package

This is a short guide on how to install ocaml-mew.x86_64 on Fedora 34

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

2. Uninstall "ocaml-mew.x86_64" package

This guide covers the steps necessary to uninstall ocaml-mew.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:47:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-mew
Version : 0.1.0
Release : 7.fc34
Architecture : x86_64
Size : 63 k
Source : ocaml-mew-0.1.0-7.fc34.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.