ocaml-expect on AUR (Arch User Repository)

Last updated: June 02,2024

1. Install "ocaml-expect" 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 ocaml-expect on Arch using YAY

$ yay -S ocaml-expect

* (Optional) Uninstall ocaml-expect on Arch using YAY

$ yay -Rns ocaml-expect

2. Manually Install "ocaml-expect" via AUR

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

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

b. Clone ocaml-expect's git locally

$ git clone https://aur.archlinux.org/ocaml-expect.git ~/ocaml-expect

c. Go to ~/ocaml-expect folder and install it

$ cd ~/ocaml-expect $ makepkg -si

3. Information about the ocaml-expect package on Arch User Repository (AUR)

ID: 269605
Name: ocaml-expect
PackageBaseID: 106735
PackageBase: ocaml-expect
Version: 0.0.5-1
Description: An OUnit extension, which helps testing interactive programs.
URL: http://forge.ocamlcore.org/projects/ocaml-expect/
NumVotes: 0
Popularity: 0
OutOfDate: 1579254721
Maintainer:
Submitter: thorsten
FirstSubmitted: 1453997476
LastModified: 1453997583
URLPath: /cgit/aur.git/snapshot/ocaml-expect.tar.gz