kate5-syntax-llvm on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S kate5-syntax-llvm

* (Optional) Uninstall kate5-syntax-llvm on Arch using YAY

$ yay -Rns kate5-syntax-llvm

2. Manually Install "kate5-syntax-llvm" via AUR

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

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

b. Clone kate5-syntax-llvm's git locally

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

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

$ cd ~/kate5-syntax-llvm $ makepkg -si

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