clangd on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S clangd

* (Optional) Uninstall clangd on Arch using YAY

$ yay -Rns clangd

2. Manually Install "clangd" via AUR

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

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

b. Clone clangd's git locally

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

c. Go to ~/clangd folder and install it

$ cd ~/clangd $ makepkg -si

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

ID: 1355398
Name: clangd
PackageBaseID: 199689
PackageBase: clangd
Version: 16.0.2-1
Description: Stable clangd official release
URL: https://github.com/clangd/clangd
NumVotes: 0
Popularity: 0
OutOfDate: 1704556369
Maintainer:
Submitter: qimuzi
FirstSubmitted: 1700326328
LastModified: 1700326328
URLPath: /cgit/aur.git/snapshot/clangd.tar.gz