futhark on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S futhark

* (Optional) Uninstall futhark on Arch using YAY

$ yay -Rns futhark

2. Manually Install "futhark" via AUR

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

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

b. Clone futhark's git locally

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

c. Go to ~/futhark folder and install it

$ cd ~/futhark $ makepkg -si

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

ID: 717037
Name: futhark
PackageBaseID: 139796
PackageBase: futhark
Version: 0.15.3-1
Description: A data-parallel functional programming language.
URL: https://futhark-lang.org/
NumVotes: 1
Popularity: 0
OutOfDate: 1587725252
Maintainer: mbloms
FirstSubmitted: 1550698506
LastModified: 1586090385
URLPath: /cgit/aur.git/snapshot/futhark.tar.gz