zsh-autocomplete on AUR (Arch User Repository)

Last updated: October 07,2024

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

$ yay -S zsh-autocomplete

* (Optional) Uninstall zsh-autocomplete on Arch using YAY

$ yay -Rns zsh-autocomplete

2. Manually Install "zsh-autocomplete" via AUR

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

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

b. Clone zsh-autocomplete's git locally

$ git clone https://aur.archlinux.org/zsh-autocomplete.git ~/zsh-autocomplete

c. Go to ~/zsh-autocomplete folder and install it

$ cd ~/zsh-autocomplete $ makepkg -si

3. Information about the zsh-autocomplete package on Arch User Repository (AUR)

ID: 1302926
Name: zsh-autocomplete
PackageBaseID: 196633
PackageBase: zsh-autocomplete
Version: 23.07.13-1
Description: IDE-style type-ahead completion for Zsh
URL: https://github.com/marlonrichert/zsh-autocomplete
NumVotes: 2
Popularity: 1.343247
OutOfDate:
Maintainer: minhnbnt
Submitter: minhnbnt
FirstSubmitted: 1691851391
LastModified: 1691852223
URLPath: /cgit/aur.git/snapshot/zsh-autocomplete.tar.gz