cl-trivial-backtrace on AUR (Arch User Repository)

Last updated: May 13,2024

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

$ yay -S cl-trivial-backtrace

* (Optional) Uninstall cl-trivial-backtrace on Arch using YAY

$ yay -Rns cl-trivial-backtrace

2. Manually Install "cl-trivial-backtrace" via AUR

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

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

b. Clone cl-trivial-backtrace's git locally

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

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

$ cd ~/cl-trivial-backtrace $ makepkg -si

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