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

Last updated: November 28,2024

1. Install "ocaml-mew-vi.i686" package

Here is a brief guide to show you how to install ocaml-mew-vi.i686 on Fedora 34

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

2. Uninstall "ocaml-mew-vi.i686" package

This tutorial shows how to uninstall ocaml-mew-vi.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:41:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-mew-vi
Version : 0.5.0
Release : 7.fc34
Architecture : i686
Size : 140 k
Source : ocaml-mew-vi-0.5.0-7.fc34.src.rpm
Repository : fedora
Summary : Modal Editing Witch, VI interpreter
URL : https://github.com/kandu/mew_vi
License : MIT
Description : This is a vi-like modal editing engine generator. Provide `Key`, `Mode`,
: and `Concurrent` modules to define the real world environment to get a
: handy vi-like modal editing engine. Feed the the `i` channel user input
: and get the vi actions from the `action_output` channel.