llvm-bolt on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S llvm-bolt

* (Optional) Uninstall llvm-bolt on Arch using YAY

$ yay -Rns llvm-bolt

2. Manually Install "llvm-bolt" via AUR

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

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

b. Clone llvm-bolt's git locally

$ git clone https://aur.archlinux.org/llvm-bolt.git ~/llvm-bolt

c. Go to ~/llvm-bolt folder and install it

$ cd ~/llvm-bolt $ makepkg -si

3. Information about the llvm-bolt package on Arch User Repository (AUR)

ID: 1422602
Name: llvm-bolt
PackageBaseID: 201383
PackageBase: llvm-bolt
Version: 18.1.0-1
Description: a post-link optimizer developed to speed up large applications
URL: https://github.com/llvm/llvm-project/tree/main/bolt
NumVotes: 1
Popularity: 0.368888
OutOfDate:
Maintainer: ptr1337
Submitter: ptr1337
FirstSubmitted: 1704831928
LastModified: 1709830030
URLPath: /cgit/aur.git/snapshot/llvm-bolt.tar.gz