infer on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S infer

* (Optional) Uninstall infer on Arch using YAY

$ yay -Rns infer

2. Manually Install "infer" via AUR

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

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

b. Clone infer's git locally

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

c. Go to ~/infer folder and install it

$ cd ~/infer $ makepkg -si

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

ID: 1047448
Name: infer
PackageBaseID: 97031
PackageBase: infer
Version: 1.1.0-1
Description: A static analyzer for Java, C, C++, and Objective-C
URL: https://github.com/facebook/infer
NumVotes: 10
Popularity: 0.368783
OutOfDate:
Maintainer: MrAnno
Submitter: proninyaroslav
FirstSubmitted: 1439193171
LastModified: 1646642927
URLPath: /cgit/aur.git/snapshot/infer.tar.gz