stb on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S stb

* (Optional) Uninstall stb on Arch using YAY

$ yay -Rns stb

2. Manually Install "stb" via AUR

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

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

b. Clone stb's git locally

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

c. Go to ~/stb folder and install it

$ cd ~/stb $ makepkg -si

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

ID: 1007965
Name: stb
PackageBaseID: 131378
PackageBase: stb
Version: 20210910-1
Description: single-file public domain (or MIT licensed) libraries for C/C++
URL: https://github.com/nothings/stb
NumVotes: 5
Popularity: 0.000327
OutOfDate:
Maintainer: 4shadoww
FirstSubmitted: 1522926512
LastModified: 1640112290
URLPath: /cgit/aur.git/snapshot/stb.tar.gz

5. The same packages on other Linux Distributions