How to Install and Uninstall ocaml-merlin.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "ocaml-merlin.x86_64" package

Please follow the instructions below to install ocaml-merlin.x86_64 on Fedora 35

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

2. Uninstall "ocaml-merlin.x86_64" package

Please follow the guidelines below to uninstall ocaml-merlin.x86_64 on Fedora 35:

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

3. Information about the ocaml-merlin.x86_64 package on Fedora 35

Last metadata expiration check: 1:34:44 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-merlin
Version : 4.4
Release : 1.fc35
Architecture : x86_64
Size : 2.5 M
Source : ocaml-merlin-4.4-1.fc35.src.rpm
Repository : updates
Summary : Context sensitive completion for OCaml
URL : https://ocaml.github.io/merlin/
License : MIT and QPL
Description : Merlin is an assistant for editing OCaml code. It aims to provide the
: features available in modern IDEs: error reporting, auto completion,
: source browsing and much more.
:
: You should also install a package that integrates with your editor of
: choice, such as emacs-merlin or vim-merlin.