cbmc on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S cbmc

* (Optional) Uninstall cbmc on Arch using YAY

$ yay -Rns cbmc

2. Manually Install "cbmc" via AUR

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

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

b. Clone cbmc's git locally

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

c. Go to ~/cbmc folder and install it

$ cd ~/cbmc $ makepkg -si

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

ID: 1403144
Name: cbmc
PackageBaseID: 93168
PackageBase: cbmc
Version: 5.95.1-1
Description: C Bounded Model Checker
URL: https://diffblue.github.io
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: jiri.pospisil
Submitter: PythonShell
FirstSubmitted: 1432101466
LastModified: 1706909617
URLPath: /cgit/aur.git/snapshot/cbmc.tar.gz