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

Last updated: June 29,2024

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

Please follow the steps below to install ocaml-mew-vi.x86_64 on Fedora 34

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

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

Please follow the guidelines below to uninstall ocaml-mew-vi.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:45:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-mew-vi
Version : 0.5.0
Release : 7.fc34
Architecture : x86_64
Size : 141 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.