cl-global-vars on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S cl-global-vars

* (Optional) Uninstall cl-global-vars on Arch using YAY

$ yay -Rns cl-global-vars

2. Manually Install "cl-global-vars" via AUR

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

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

b. Clone cl-global-vars's git locally

$ git clone https://aur.archlinux.org/cl-global-vars.git ~/cl-global-vars

c. Go to ~/cl-global-vars folder and install it

$ cd ~/cl-global-vars $ makepkg -si

3. Information about the cl-global-vars package on Arch User Repository (AUR)