oclint on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S oclint

* (Optional) Uninstall oclint on Arch using YAY

$ yay -Rns oclint

2. Manually Install "oclint" via AUR

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

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

b. Clone oclint's git locally

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

c. Go to ~/oclint folder and install it

$ cd ~/oclint $ makepkg -si

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

ID: 1016531
Name: oclint
PackageBaseID: 70460
PackageBase: oclint
Version: 21.10-0
Description: A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C
URL: http://oclint.org/
NumVotes: 14
Popularity: 0
OutOfDate:
Maintainer: mlq
Submitter: mlq
FirstSubmitted: 1369755656
LastModified: 1641825831
URLPath: /cgit/aur.git/snapshot/oclint.tar.gz