cl-lift on AUR (Arch User Repository)

Last updated: June 24,2024

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

$ yay -S cl-lift

* (Optional) Uninstall cl-lift on Arch using YAY

$ yay -Rns cl-lift

2. Manually Install "cl-lift" via AUR

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

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

b. Clone cl-lift's git locally

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

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

$ cd ~/cl-lift $ makepkg -si

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