knode on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S knode

* (Optional) Uninstall knode on Arch using YAY

$ yay -Rns knode

2. Manually Install "knode" via AUR

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

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

b. Clone knode's git locally

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

c. Go to ~/knode folder and install it

$ cd ~/knode $ makepkg -si

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

5. The same packages on other Linux Distributions