cppclean on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S cppclean

* (Optional) Uninstall cppclean on Arch using YAY

$ yay -Rns cppclean

2. Manually Install "cppclean" via AUR

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

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

b. Clone cppclean's git locally

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

c. Go to ~/cppclean folder and install it

$ cd ~/cppclean $ makepkg -si

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

ID: 641457
Name: cppclean
PackageBaseID: 85146
PackageBase: cppclean
Version: 0.13-1
Description: Find problems in C++ source that slow development of large code bases.
URL: https://github.com/myint/cppclean
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: MarcinWieczorek
Submitter: bchretien
FirstSubmitted: 1409313858
LastModified: 1567143570
URLPath: /cgit/aur.git/snapshot/cppclean.tar.gz