libpgf on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S libpgf

* (Optional) Uninstall libpgf on Arch using YAY

$ yay -Rns libpgf

2. Manually Install "libpgf" via AUR

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

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

b. Clone libpgf's git locally

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

c. Go to ~/libpgf folder and install it

$ cd ~/libpgf $ makepkg -si

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

ID: 1059998
Name: libpgf
PackageBaseID: 177565
PackageBase: libpgf
Version: 7.21.7-1
Description: An implementation of the Progressive Graphics File (PGF)
URL: https://www.libpgf.org
NumVotes: 1
Popularity: 4.0E-6
OutOfDate:
Maintainer:
Submitter: arojas
FirstSubmitted: 1648835373
LastModified: 1648835373
URLPath: /cgit/aur.git/snapshot/libpgf.tar.gz

5. The same packages on other Linux Distributions