zls on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S zls

* (Optional) Uninstall zls on Arch using YAY

$ yay -Rns zls

2. Manually Install "zls" via AUR

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

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

b. Clone zls's git locally

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

c. Go to ~/zls folder and install it

$ cd ~/zls $ makepkg -si

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

ID: 1081015
Name: zls
PackageBaseID: 178904
PackageBase: zls
Version: 0.9.0-2
Description: A language server for Zig
URL: https://github.com/zigtools/zls
NumVotes: 1
Popularity: 0.323566
OutOfDate:
Maintainer: Chocobo1
FirstSubmitted: 1652714941
LastModified: 1652715301
URLPath: /cgit/aur.git/snapshot/zls.tar.gz

5. The same packages on other Linux Distributions