gcc8 on AUR (Arch User Repository)
Last updated: November 15,2024
1. Install "gcc8" 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
Copied
b. Install gcc8 on Arch using YAY
$
yay -S
gcc8
Copied
* (Optional) Uninstall gcc8 on Arch using YAY
$
yay -Rns
gcc8
Copied
2. Manually Install "gcc8" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone gcc8's git locally
$
git clone https://aur.archlinux.org/gcc8.git
~/gcc8
Copied
c. Go to ~/gcc8 folder and install it
$
cd
~/gcc8
Copied
$
makepkg -si
Copied
3. Information about the gcc8 package on Arch User Repository (AUR)
ID: 1296632
Name: gcc8
PackageBaseID: 160181
PackageBase: gcc8
Version: 8.5.0-2
Description: The GNU Compiler Collection - C and C++ frontends (8.x.x)
URL: http://gcc.gnu.org
NumVotes: 9
Popularity: 0.491143
OutOfDate:
Maintainer: severach
Submitter: dvzrv
FirstSubmitted: 1606160740
LastModified: 1690762771
URLPath: /cgit/aur.git/snapshot/gcc8.tar.gz
Name: gcc8
PackageBaseID: 160181
PackageBase: gcc8
Version: 8.5.0-2
Description: The GNU Compiler Collection - C and C++ frontends (8.x.x)
URL: http://gcc.gnu.org
NumVotes: 9
Popularity: 0.491143
OutOfDate:
Maintainer: severach
Submitter: dvzrv
FirstSubmitted: 1606160740
LastModified: 1690762771
URLPath: /cgit/aur.git/snapshot/gcc8.tar.gz