dcj on AUR (Arch User Repository)

Last updated: February 17,2025

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

$ yay -S dcj

* (Optional) Uninstall dcj on Arch using YAY

$ yay -Rns dcj

2. Manually Install "dcj" via AUR

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

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

b. Clone dcj's git locally

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

c. Go to ~/dcj folder and install it

$ cd ~/dcj $ makepkg -si

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