sdl_kitchensink on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S sdl_kitchensink

* (Optional) Uninstall sdl_kitchensink on Arch using YAY

$ yay -Rns sdl_kitchensink

2. Manually Install "sdl_kitchensink" via AUR

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

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

b. Clone sdl_kitchensink's git locally

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

c. Go to ~/sdl_kitchensink folder and install it

$ cd ~/sdl_kitchensink $ makepkg -si

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