llvm17 on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S llvm17

* (Optional) Uninstall llvm17 on Arch using YAY

$ yay -Rns llvm17

2. Manually Install "llvm17" via AUR

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

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

b. Clone llvm17's git locally

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

c. Go to ~/llvm17 folder and install it

$ cd ~/llvm17 $ makepkg -si

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

ID: 1374051
Name: llvm17
PackageBaseID: 199948
PackageBase: llvm17
Version: 17.0.6-2
Description: Compiler infrastructure (LLVM 17)
URL: https://llvm.org/
NumVotes: 5
Popularity: 1.594027
OutOfDate:
Maintainer: tiziodcaio
Submitter: tiziodcaio
FirstSubmitted: 1701033311
LastModified: 1703257601
URLPath: /cgit/aur.git/snapshot/llvm17.tar.gz

5. The same packages on other Linux Distributions