libgnome on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S libgnome

* (Optional) Uninstall libgnome on Arch using YAY

$ yay -Rns libgnome

2. Manually Install "libgnome" via AUR

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

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

b. Clone libgnome's git locally

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

c. Go to ~/libgnome folder and install it

$ cd ~/libgnome $ makepkg -si

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

ID: 884603
Name: libgnome
PackageBaseID: 119167
PackageBase: libgnome
Version: 2.32.1-8
Description: Common libraries for GNOME
URL: http://www.gnome.org
NumVotes: 59
Popularity: 3.0E-5
OutOfDate:
Maintainer: PhotonX
Submitter: PhotonX
FirstSubmitted: 1485416388
LastModified: 1616955141
URLPath: /cgit/aur.git/snapshot/libgnome.tar.gz

5. The same packages on other Linux Distributions