gcc-docs on AUR (Arch User Repository)

Last updated: May 14,2024

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

$ yay -S gcc-docs

* (Optional) Uninstall gcc-docs on Arch using YAY

$ yay -Rns gcc-docs

2. Manually Install "gcc-docs" via AUR

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

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

b. Clone gcc-docs's git locally

$ git clone https://aur.archlinux.org/gcc-docs.git ~/gcc-docs

c. Go to ~/gcc-docs folder and install it

$ cd ~/gcc-docs $ makepkg -si

3. Information about the gcc-docs package on Arch User Repository (AUR)

ID: 609375
Name: gcc-docs
PackageBaseID: 128803
PackageBase: gcc-docs
Version: 9.1.0-1
Description: Set of HTML documentation for GCC
URL: http://gcc.gnu.org
NumVotes: 1
Popularity: 0
OutOfDate: 1635791750
Maintainer: wheatdog
Submitter: Barthalion
FirstSubmitted: 1515266154
LastModified: 1556933496
URLPath: /cgit/aur.git/snapshot/gcc-docs.tar.gz