gcc45 on AUR (Arch User Repository)

Last updated: May 06,2024

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

$ yay -S gcc45

* (Optional) Uninstall gcc45 on Arch using YAY

$ yay -Rns gcc45

2. Manually Install "gcc45" via AUR

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

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

b. Clone gcc45's git locally

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

c. Go to ~/gcc45 folder and install it

$ cd ~/gcc45 $ makepkg -si

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

ID: 1420277
Name: gcc45
PackageBaseID: 105559
PackageBase: gcc45
Version: 4.5.4-3
Description: The GNU Compiler Collection (4.5.x)
URL: http://gcc.gnu.org
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: severach
Submitter: severach
FirstSubmitted: 1451954001
LastModified: 1709518814
URLPath: /cgit/aur.git/snapshot/gcc45.tar.gz