aarch64-gcc on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S aarch64-gcc

* (Optional) Uninstall aarch64-gcc on Arch using YAY

$ yay -Rns aarch64-gcc

2. Manually Install "aarch64-gcc" via AUR

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

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

b. Clone aarch64-gcc's git locally

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

c. Go to ~/aarch64-gcc folder and install it

$ cd ~/aarch64-gcc $ makepkg -si

3. Information about the aarch64-gcc package on Arch User Repository (AUR)

ID: 1087548
Name: aarch64-gcc
PackageBaseID: 163147
PackageBase: aarch64-gcc
Version: 12.1.0-1
Description: The GNU Compiler Collection - cross compiler for ARM64 target
URL: https://gcc.gnu.org/
NumVotes: 0
Popularity: 0
OutOfDate: 1661557094
Maintainer: Solskogen
FirstSubmitted: 1612961165
LastModified: 1653991266
URLPath: /cgit/aur.git/snapshot/aarch64-gcc.tar.gz