sswb on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S sswb

* (Optional) Uninstall sswb on Arch using YAY

$ yay -Rns sswb

2. Manually Install "sswb" via AUR

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

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

b. Clone sswb's git locally

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

c. Go to ~/sswb folder and install it

$ cd ~/sswb $ makepkg -si

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