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

Last updated: October 07,2024

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

Learn how to install ocaml-mew-vi.x86_64 on Fedora 36

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

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

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

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

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

Last metadata expiration check: 4:39:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-mew-vi
Version : 0.5.0
Release : 13.fc36
Architecture : x86_64
Size : 141 k
Source : ocaml-mew-vi-0.5.0-13.fc36.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.