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
Copied
b. Install cpplint on Arch using YAY
$
yay -S
cpplint
Copied
* (Optional) Uninstall cpplint on Arch using YAY
$
yay -Rns
cpplint
Copied
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
Copied
b. Clone cpplint's git locally
$
git clone https://aur.archlinux.org/cpplint.git
~/cpplint
Copied
c. Go to ~/cpplint folder and install it
$
cd
~/cpplint
Copied
$
makepkg -si
Copied
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
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