zplug on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S zplug

* (Optional) Uninstall zplug on Arch using YAY

$ yay -Rns zplug

2. Manually Install "zplug" via AUR

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

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

b. Clone zplug's git locally

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

c. Go to ~/zplug folder and install it

$ cd ~/zplug $ makepkg -si

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

ID: 1309939
Name: zplug
PackageBaseID: 112408
PackageBase: zplug
Version: 2.4.2-1
Description: A next-generation plugin manager for zsh
URL: https://github.com/zplug/zplug
NumVotes: 17
Popularity: 3.8E-5
OutOfDate:
Maintainer: bryn
Submitter: bryn
FirstSubmitted: 1465807763
LastModified: 1693168191
URLPath: /cgit/aur.git/snapshot/zplug.tar.gz