clang15 on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S clang15

* (Optional) Uninstall clang15 on Arch using YAY

$ yay -Rns clang15

2. Manually Install "clang15" via AUR

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

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

b. Clone clang15's git locally

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

c. Go to ~/clang15 folder and install it

$ cd ~/clang15 $ makepkg -si

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

ID: 1423748
Name: clang15
PackageBaseID: 203499
PackageBase: clang15
Version: 15.0.7-2
Description: C language family frontend for LLVM 15
URL: https://clang.llvm.org/
NumVotes: 5
Popularity: 4.903277
OutOfDate:
Maintainer:
Submitter: foutrelis
FirstSubmitted: 1709981506
LastModified: 1709981506
URLPath: /cgit/aur.git/snapshot/clang15.tar.gz