trilium-notes on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S trilium-notes

* (Optional) Uninstall trilium-notes on Arch using YAY

$ yay -Rns trilium-notes

2. Manually Install "trilium-notes" via AUR

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

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

b. Clone trilium-notes's git locally

$ git clone https://aur.archlinux.org/trilium-notes.git ~/trilium-notes

c. Go to ~/trilium-notes folder and install it

$ cd ~/trilium-notes $ makepkg -si

3. Information about the trilium-notes package on Arch User Repository (AUR)