g95 on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S g95

* (Optional) Uninstall g95 on Arch using YAY

$ yay -Rns g95

2. Manually Install "g95" via AUR

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

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

b. Clone g95's git locally

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

c. Go to ~/g95 folder and install it

$ cd ~/g95 $ makepkg -si

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

ID: 287374
Name: g95
PackageBaseID: 7587
PackageBase: g95
Version: 0.94-3
Description: A stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems
URL: http://g95.sourceforge.net
NumVotes: 29
Popularity: 0.625575
OutOfDate: 1651682419
Maintainer: drrossum
FirstSubmitted: 1163948810
LastModified: 1458773461
URLPath: /cgit/aur.git/snapshot/g95.tar.gz