gcc10 on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S gcc10

* (Optional) Uninstall gcc10 on Arch using YAY

$ yay -Rns gcc10

2. Manually Install "gcc10" via AUR

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

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

b. Clone gcc10's git locally

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

c. Go to ~/gcc10 folder and install it

$ cd ~/gcc10 $ makepkg -si

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

ID: 1289290
Name: gcc10
PackageBaseID: 176489
PackageBase: gcc10
Version: 10.5.0-1
Description: The GNU Compiler Collection - C and C++ frontends (10.x.x)
URL: https://gcc.gnu.org
NumVotes: 2
Popularity: 3.0E-6
OutOfDate:
Maintainer: severach
Submitter: jonathon
FirstSubmitted: 1646048650
LastModified: 1689432748
URLPath: /cgit/aur.git/snapshot/gcc10.tar.gz