libgss on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S libgss

* (Optional) Uninstall libgss on Arch using YAY

$ yay -Rns libgss

2. Manually Install "libgss" via AUR

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

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

b. Clone libgss's git locally

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

c. Go to ~/libgss folder and install it

$ cd ~/libgss $ makepkg -si

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