ocaml-graphics on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S ocaml-graphics

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

$ yay -Rns ocaml-graphics

2. Manually Install "ocaml-graphics" via AUR

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

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

b. Clone ocaml-graphics's git locally

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

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

$ cd ~/ocaml-graphics $ makepkg -si

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

ID: 1393772
Name: ocaml-graphics
PackageBaseID: 148918
PackageBase: ocaml-graphics
Version: 5.1.2-1
Description: OCaml graphics library
URL: https://github.com/ocaml/graphics
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: dpeukert
Submitter: Singularity
FirstSubmitted: 1581132188
LastModified: 1706396839
URLPath: /cgit/aur.git/snapshot/ocaml-graphics.tar.gz

5. The same packages on other Linux Distributions