include-what-you-use on AUR (Arch User Repository)

Last updated: November 27,2024

1. Install "include-what-you-use" 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 include-what-you-use on Arch using YAY

$ yay -S include-what-you-use

* (Optional) Uninstall include-what-you-use on Arch using YAY

$ yay -Rns include-what-you-use

2. Manually Install "include-what-you-use" via AUR

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

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

b. Clone include-what-you-use's git locally

$ git clone https://aur.archlinux.org/include-what-you-use.git ~/include-what-you-use

c. Go to ~/include-what-you-use folder and install it

$ cd ~/include-what-you-use $ makepkg -si

3. Information about the include-what-you-use package on Arch User Repository (AUR)

ID: 1423229
Name: include-what-you-use
PackageBaseID: 54513
PackageBase: include-what-you-use
Version: 0.21-1
Description: A tool for use with clang to analyze #includes in C and C++ source files
URL: http://include-what-you-use.org
NumVotes: 39
Popularity: 0.198437
OutOfDate:
Maintainer: sebschrader
Submitter: Mindless
FirstSubmitted: 1322891934
LastModified: 1709906556
URLPath: /cgit/aur.git/snapshot/include-what-you-use.tar.gz