llvm16 on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S llvm16

* (Optional) Uninstall llvm16 on Arch using YAY

$ yay -Rns llvm16

2. Manually Install "llvm16" via AUR

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

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

b. Clone llvm16's git locally

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

c. Go to ~/llvm16 folder and install it

$ cd ~/llvm16 $ makepkg -si

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

ID: 1300084
Name: llvm16
PackageBaseID: 196485
PackageBase: llvm16
Version: 16.0.6-1
Description: Compiler infrastructure
URL: https://llvm.org/
NumVotes: 1
Popularity: 0.024589
OutOfDate:
Maintainer: nesv
Submitter: nesv
FirstSubmitted: 1691382679
LastModified: 1691386818
URLPath: /cgit/aur.git/snapshot/llvm16.tar.gz

5. The same packages on other Linux Distributions