lldb17 on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S lldb17

* (Optional) Uninstall lldb17 on Arch using YAY

$ yay -Rns lldb17

2. Manually Install "lldb17" via AUR

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

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

b. Clone lldb17's git locally

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

c. Go to ~/lldb17 folder and install it

$ cd ~/lldb17 $ makepkg -si

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

ID: 1373488
Name: lldb17
PackageBaseID: 200711
PackageBase: lldb17
Version: 17.0.6-1
Description: Next generation, high-performance debugger for LLVM 17
URL: https://lldb.llvm.org/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: an-1258
Submitter: an-1258
FirstSubmitted: 1703161324
LastModified: 1703161324
URLPath: /cgit/aur.git/snapshot/lldb17.tar.gz

5. The same packages on other Linux Distributions