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

Last updated: October 05,2024

1. Install "ocaml-merlin.x86_64" package

This guide let you learn how to install ocaml-merlin.x86_64 on Fedora 34

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

2. Uninstall "ocaml-merlin.x86_64" package

Learn how to uninstall ocaml-merlin.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:37:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-merlin
Version : 4.2
Release : 1.fc34
Architecture : x86_64
Size : 2.5 M
Source : ocaml-merlin-4.2-1.fc34.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.