smatch on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S smatch

* (Optional) Uninstall smatch on Arch using YAY

$ yay -Rns smatch

2. Manually Install "smatch" via AUR

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

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

b. Clone smatch's git locally

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

c. Go to ~/smatch folder and install it

$ cd ~/smatch $ makepkg -si

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

ID: 1280119
Name: smatch
PackageBaseID: 127096
PackageBase: smatch
Version: 1.73-1
Description: static analysis tool for C
URL: http://smatch.sourceforge.net/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: Nefelim4ag
FirstSubmitted: 1510075317
LastModified: 1687989327
URLPath: /cgit/aur.git/snapshot/smatch.tar.gz