clang17 on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S clang17

* (Optional) Uninstall clang17 on Arch using YAY

$ yay -Rns clang17

2. Manually Install "clang17" via AUR

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

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

b. Clone clang17's git locally

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

c. Go to ~/clang17 folder and install it

$ cd ~/clang17 $ makepkg -si

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

ID: 1407054
Name: clang17
PackageBaseID: 200684
PackageBase: clang17
Version: 17.0.6-7
Description: C language family frontend for LLVM 17
URL: https://clang.llvm.org/
NumVotes: 2
Popularity: 0.47866
OutOfDate:
Maintainer: lowczarc
Submitter: lowczarc
FirstSubmitted: 1703062818
LastModified: 1707577057
URLPath: /cgit/aur.git/snapshot/clang17.tar.gz

5. The same packages on other Linux Distributions