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

Last updated: November 28,2024

1. Install "ocaml-merlin.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-merlin.x86_64 on Fedora 39

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

2. Uninstall "ocaml-merlin.x86_64" package

Please follow the instructions below to uninstall ocaml-merlin.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:57:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-merlin
Version : 4.14
Release : 1.fc39
Architecture : x86_64
Size : 3.5 M
Source : ocaml-merlin-4.14-1.fc39.src.rpm
Repository : updates
Summary : Context sensitive completion for OCaml
URL : https://ocaml.github.io/merlin/
License : MIT AND QPL-1.0 AND LGPL-2.1-only WITH OCaml-LGPL-linking-exception
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.