How to Install and Uninstall ocaml-mew.i686 Package on Fedora 38

Last updated: October 03,2024

1. Install "ocaml-mew.i686" package

Please follow the guidance below to install ocaml-mew.i686 on Fedora 38

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

2. Uninstall "ocaml-mew.i686" package

Please follow the guidance below to uninstall ocaml-mew.i686 on Fedora 38:

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

3. Information about the ocaml-mew.i686 package on Fedora 38

Last metadata expiration check: 4:57:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-mew
Version : 0.1.0
Release : 17.fc38
Architecture : i686
Size : 63 k
Source : ocaml-mew-0.1.0-17.fc38.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.