merlin on AUR (Arch User Repository)

Last updated: November 26,2024

1. Install "merlin" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install merlin on Arch using YAY

$ yay -S merlin

* (Optional) Uninstall merlin on Arch using YAY

$ yay -Rns merlin

2. Manually Install "merlin" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone merlin's git locally

$ git clone https://aur.archlinux.org/merlin.git ~/merlin

c. Go to ~/merlin folder and install it

$ cd ~/merlin $ makepkg -si

3. Information about the merlin package on Arch User Repository (AUR)

ID: 1219601
Name: merlin
PackageBaseID: 148880
PackageBase: merlin
Version: 4.8-1
Description: Context sensitive completion for OCaml in Vim and Emacs
URL: https://github.com/ocaml/merlin
NumVotes: 1
Popularity: 0
OutOfDate: 1704638193
Maintainer: condy
Submitter: condy
FirstSubmitted: 1581079149
LastModified: 1677687820
URLPath: /cgit/aur.git/snapshot/merlin.tar.gz

5. The same packages on other Linux Distributions