cppreference on AUR (Arch User Repository)

Last updated: November 25,2024

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

$ yay -S cppreference

* (Optional) Uninstall cppreference on Arch using YAY

$ yay -Rns cppreference

2. Manually Install "cppreference" via AUR

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

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

b. Clone cppreference's git locally

$ git clone https://aur.archlinux.org/cppreference.git ~/cppreference

c. Go to ~/cppreference folder and install it

$ cd ~/cppreference $ makepkg -si

3. Information about the cppreference package on Arch User Repository (AUR)

ID: 634807
Name: cppreference
PackageBaseID: 101238
PackageBase: cppreference
Version: 20190607-1
Description: A complete reference for the features in the C++ Standard Library. HTML book.
URL: http://en.cppreference.com/
NumVotes: 27
Popularity: 0.000135
OutOfDate:
Maintainer: gosella
Submitter: gosella
FirstSubmitted: 1443983282
LastModified: 1564921915
URLPath: /cgit/aur.git/snapshot/cppreference.tar.gz