cpp-dependencies on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S cpp-dependencies

* (Optional) Uninstall cpp-dependencies on Arch using YAY

$ yay -Rns cpp-dependencies

2. Manually Install "cpp-dependencies" via AUR

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

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

b. Clone cpp-dependencies's git locally

$ git clone https://aur.archlinux.org/cpp-dependencies.git ~/cpp-dependencies

c. Go to ~/cpp-dependencies folder and install it

$ cd ~/cpp-dependencies $ makepkg -si

3. Information about the cpp-dependencies package on Arch User Repository (AUR)

ID: 421117
Name: cpp-dependencies
PackageBaseID: 123388
PackageBase: cpp-dependencies
Version: 1.1-3
Description: Tool to check C++ #include dependencies (dependency graphs created in .dot format)
URL: https://github.com/tomtom-international/cpp-dependencies
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer:
Submitter: FSMaxB
FirstSubmitted: 1497648032
LastModified: 1497908266
URLPath: /cgit/aur.git/snapshot/cpp-dependencies.tar.gz