gcc-fortran-multilib-git on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "gcc-fortran-multilib-git" 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 gcc-fortran-multilib-git on Arch using YAY

$ yay -S gcc-fortran-multilib-git

* (Optional) Uninstall gcc-fortran-multilib-git on Arch using YAY

$ yay -Rns gcc-fortran-multilib-git

2. Manually Install "gcc-fortran-multilib-git" via AUR

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

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

b. Clone gcc-fortran-multilib-git's git locally

$ git clone https://aur.archlinux.org/gcc-fortran-multilib-git.git ~/gcc-fortran-multilib-git

c. Go to ~/gcc-fortran-multilib-git folder and install it

$ cd ~/gcc-fortran-multilib-git $ makepkg -si

3. Information about the gcc-fortran-multilib-git package on Arch User Repository (AUR)