sdl on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S sdl

* (Optional) Uninstall sdl on Arch using YAY

$ yay -Rns sdl

2. Manually Install "sdl" via AUR

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

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

b. Clone sdl's git locally

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

c. Go to ~/sdl folder and install it

$ cd ~/sdl $ makepkg -si

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

ID: 1267345
Name: sdl
PackageBaseID: 178504
PackageBase: sdl
Version: 1:1.2.15+r465+g52c71402-1
Description: A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard
URL: https://www.libsdl.org
NumVotes: 1
Popularity: 2.0E-6
OutOfDate:
Maintainer: HurricanePootis
Submitter: arojas
FirstSubmitted: 1651513788
LastModified: 1685810428
URLPath: /cgit/aur.git/snapshot/sdl.tar.gz