flang on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S flang

* (Optional) Uninstall flang on Arch using YAY

$ yay -Rns flang

2. Manually Install "flang" via AUR

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

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

b. Clone flang's git locally

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

c. Go to ~/flang folder and install it

$ cd ~/flang $ makepkg -si

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

ID: 1423368
Name: flang
PackageBaseID: 196987
PackageBase: flang
Version: 17.0.6-1
Description: ground-up implementation of a Fortran front end written in modern C++
URL: http://llvm.org/
NumVotes: 1
Popularity: 0.024583
OutOfDate:
Maintainer: xantares
Submitter: xantares
FirstSubmitted: 1693001176
LastModified: 1709918993
URLPath: /cgit/aur.git/snapshot/flang.tar.gz