climm on AUR (Arch User Repository)

Last updated: June 24,2024

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

$ yay -S climm

* (Optional) Uninstall climm on Arch using YAY

$ yay -Rns climm

2. Manually Install "climm" via AUR

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

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

b. Clone climm's git locally

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

c. Go to ~/climm folder and install it

$ cd ~/climm $ makepkg -si

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