g++9-bin on AUR (Arch User Repository)

Last updated: September 29,2024

1. Install "g++9-bin" 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 g++9-bin on Arch using YAY

$ yay -S g++9-bin

* (Optional) Uninstall g++9-bin on Arch using YAY

$ yay -Rns g++9-bin

2. Manually Install "g++9-bin" via AUR

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

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

b. Clone g++9-bin's git locally

$ git clone https://aur.archlinux.org/g++9-bin.git ~/g++9-bin

c. Go to ~/g++9-bin folder and install it

$ cd ~/g++9-bin $ makepkg -si

3. Information about the g++9-bin package on Arch User Repository (AUR)

ID: 1417592
Name: g++9-bin
PackageBaseID: 188203
PackageBase: gcc9-bin
Version: 9.5.0_5ubuntu1-1
Description: The GNU Compiler Collection - C++ frontend (series 9.x)
URL: https://packages.ubuntu.com/noble/source/gcc-9
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: myself601
Submitter: myself600
FirstSubmitted: 1669391826
LastModified: 1709147854
URLPath: /cgit/aur.git/snapshot/g++9-bin.tar.gz