glib on AUR (Arch User Repository)

Last updated: June 01,2024

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

$ yay -S glib

* (Optional) Uninstall glib on Arch using YAY

$ yay -Rns glib

2. Manually Install "glib" via AUR

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

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

b. Clone glib's git locally

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

c. Go to ~/glib folder and install it

$ cd ~/glib $ makepkg -si

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

ID: 901317
Name: glib
PackageBaseID: 82067
PackageBase: glib
Version: 1.2.10-18
Description: Common C routines used by Gtk+ and other libs
URL: http://www.gtk.org/
NumVotes: 101
Popularity: 0.029547
OutOfDate:
Maintainer: ConnorBehan
Submitter: ConnorBehan
FirstSubmitted: 1400723005
LastModified: 1620035753
URLPath: /cgit/aur.git/snapshot/glib.tar.gz