gcc10-libs on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S gcc10-libs

* (Optional) Uninstall gcc10-libs on Arch using YAY

$ yay -Rns gcc10-libs

2. Manually Install "gcc10-libs" via AUR

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

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

b. Clone gcc10-libs's git locally

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

c. Go to ~/gcc10-libs folder and install it

$ cd ~/gcc10-libs $ makepkg -si

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

ID: 1289291
Name: gcc10-libs
PackageBaseID: 176489
PackageBase: gcc10
Version: 10.5.0-1
Description: Runtime libraries shipped by GCC (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-libs.tar.gz

5. The same packages on other Linux Distributions