libigl on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S libigl

* (Optional) Uninstall libigl on Arch using YAY

$ yay -Rns libigl

2. Manually Install "libigl" via AUR

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

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

b. Clone libigl's git locally

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

c. Go to ~/libigl folder and install it

$ cd ~/libigl $ makepkg -si

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

ID: 1051461
Name: libigl
PackageBaseID: 149765
PackageBase: libigl
Version: 2.4.0-2
Description: Simple C++ geometry processing library.
URL: https://github.com/libigl/libigl
NumVotes: 4
Popularity: 0.010085
OutOfDate:
Maintainer: Lukas1818
FirstSubmitted: 1583258877
LastModified: 1647368866
URLPath: /cgit/aur.git/snapshot/libigl.tar.gz

5. The same packages on other Linux Distributions