llvm10 on AUR (Arch User Repository)

Last updated: May 23,2024

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

$ yay -S llvm10

* (Optional) Uninstall llvm10 on Arch using YAY

$ yay -Rns llvm10

2. Manually Install "llvm10" via AUR

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

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

b. Clone llvm10's git locally

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

c. Go to ~/llvm10 folder and install it

$ cd ~/llvm10 $ makepkg -si

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

ID: 1270103
Name: llvm10
PackageBaseID: 179378
PackageBase: llvm10
Version: 10.0.1-3
Description: Collection of modular and reusable compiler and toolchain technologies
URL: https://llvm.org/
NumVotes: 1
Popularity: 0.000698
OutOfDate:
Maintainer: Drommer
Submitter: Drommer
FirstSubmitted: 1654288329
LastModified: 1686263644
URLPath: /cgit/aur.git/snapshot/llvm10.tar.gz

5. The same packages on other Linux Distributions