Sweets
Installation

Arch Linux

Install Sweets from the AUR using a prebuilt or source package

Install with an AUR helper

Use an AUR helper to install the prebuilt package (recommended):

yay -S sweets-bin

To build the current development branch instead:

yay -S sweets-git

You can replace yay with another AUR helper, such as paru.

Install without an AUR helper

Clone and build the AUR package with the standard Arch packaging tools:

sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/sweets-bin.git
cd sweets-bin
makepkg -si

Replace sweets-bin with sweets-git in the clone URL and directory name when you want the latest development branch.

Verify the installation:

sweets --version
sweets --check-config

Next steps

On this page