cpplint on AUR (Arch User Repository)

Last updated: November 27,2024

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

$ yay -S cpplint

* (Optional) Uninstall cpplint on Arch using YAY

$ yay -Rns cpplint

2. Manually Install "cpplint" via AUR

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

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

b. Clone cpplint's git locally

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

c. Go to ~/cpplint folder and install it

$ cd ~/cpplint $ makepkg -si

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

ID: 771463
Name: cpplint
PackageBaseID: 59640
PackageBase: cpplint
Version: 456.r43-1
Description: Automated checker to make sure a C++ file follows Google's C++ style guide.
URL: https://google.github.io/styleguide/cppguide.html
NumVotes: 34
Popularity: 0
OutOfDate:
Maintainer: vith
Submitter: liganic
FirstSubmitted: 1338405138
LastModified: 1596016572
URLPath: /cgit/aur.git/snapshot/cpplint.tar.gz