klee on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S klee

* (Optional) Uninstall klee on Arch using YAY

$ yay -Rns klee

2. Manually Install "klee" via AUR

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

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

b. Clone klee's git locally

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

c. Go to ~/klee folder and install it

$ cd ~/klee $ makepkg -si

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

ID: 1276647
Name: klee
PackageBaseID: 130577
PackageBase: klee
Version: 3.0-16
Description: Symbolic virtual machine built on top of the LLVM compiler infrastructure
URL: https://klee.github.io/
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: krafczyk.n
Submitter: krafczyk.n
FirstSubmitted: 1520348572
LastModified: 1687348123
URLPath: /cgit/aur.git/snapshot/klee.tar.gz