stubgen on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S stubgen

* (Optional) Uninstall stubgen on Arch using YAY

$ yay -Rns stubgen

2. Manually Install "stubgen" via AUR

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

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

b. Clone stubgen's git locally

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

c. Go to ~/stubgen folder and install it

$ cd ~/stubgen $ makepkg -si

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

ID: 334353
Name: stubgen
PackageBaseID: 115148
PackageBase: stubgen
Version: 2.1.0-1
Description: Creates implementation stubs from C++ headers.
URL: http://www.radwin.org/michael/projects/stubgen/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: uffe
Submitter: uffe
FirstSubmitted: 1472643917
LastModified: 1472643917
URLPath: /cgit/aur.git/snapshot/stubgen.tar.gz