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

Last updated: November 25,2024

1. Install "ocaml-mew.x86_64" package

Please follow the step by step instructions below to install ocaml-mew.x86_64 on Fedora 39

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

2. Uninstall "ocaml-mew.x86_64" package

Please follow the guidance below to uninstall ocaml-mew.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:21:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-mew
Version : 0.1.0
Release : 20.fc39
Architecture : x86_64
Size : 65 k
Source : ocaml-mew-0.1.0-20.fc39.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.