libstdc++-doc on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S libstdc++-doc

* (Optional) Uninstall libstdc++-doc on Arch using YAY

$ yay -Rns libstdc++-doc

2. Manually Install "libstdc++-doc" via AUR

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

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

b. Clone libstdc++-doc's git locally

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

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

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

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

ID: 219889
Name: libstdc++-doc
PackageBaseID: 97063
PackageBase: libstdc++-doc
Version: 20140403-1
Description: A set of doxygen generated HTML documentation for the GNU Standard C++ Library
URL: http://gcc.gnu.org/libstdc++/
NumVotes: 4
Popularity: 0
OutOfDate: 1644259183
Maintainer: farseerfc
FirstSubmitted: 1439203230
LastModified: 1439203369
URLPath: /cgit/aur.git/snapshot/libstdc++-doc.tar.gz