libspng on AUR (Arch User Repository)

Last updated: September 22,2024

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

$ yay -S libspng

* (Optional) Uninstall libspng on Arch using YAY

$ yay -Rns libspng

2. Manually Install "libspng" via AUR

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

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

b. Clone libspng's git locally

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

c. Go to ~/libspng folder and install it

$ cd ~/libspng $ makepkg -si

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

ID: 1123344
Name: libspng
PackageBaseID: 136147
PackageBase: libspng
Version: 0.7.2-2
Description: Simple, modern libpng alternative
URL: https://github.com/randy408/libspng
NumVotes: 4
Popularity: 0.056729
OutOfDate:
Maintainer: lmartinez-mirror
FirstSubmitted: 1537439828
LastModified: 1659933155
URLPath: /cgit/aur.git/snapshot/libspng.tar.gz

5. The same packages on other Linux Distributions