libstdc++5 on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S libstdc++5

* (Optional) Uninstall libstdc++5 on Arch using YAY

$ yay -Rns libstdc++5

2. Manually Install "libstdc++5" via AUR

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

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

b. Clone libstdc++5's git locally

$ git clone https://aur.archlinux.org/libstdc++5.git ~/libstdc++5

c. Go to ~/libstdc++5 folder and install it

$ cd ~/libstdc++5 $ makepkg -si

3. Information about the libstdc++5 package on Arch User Repository (AUR)

ID: 1047159
Name: libstdc++5
PackageBaseID: 175861
PackageBase: libstdc++5
Version: 3.3.6-9
Description: GNU Standard C++ library version 3
URL: https://gcc.gnu.org
NumVotes: 6
Popularity: 0.009002
OutOfDate:
Maintainer: JstKddng
Submitter: eworm
FirstSubmitted: 1644502713
LastModified: 1646569458
URLPath: /cgit/aur.git/snapshot/libstdc++5.tar.gz