gksu on AUR (Arch User Repository)

Last updated: November 22,2024

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

$ yay -S gksu

* (Optional) Uninstall gksu on Arch using YAY

$ yay -Rns gksu

2. Manually Install "gksu" via AUR

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

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

b. Clone gksu's git locally

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

c. Go to ~/gksu folder and install it

$ cd ~/gksu $ makepkg -si

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

ID: 1001479
Name: gksu
PackageBaseID: 131797
PackageBase: gksu
Version: 2.0.2-6
Description: A graphical frontend for su
URL: http://www.nongnu.org/gksu/index.html
NumVotes: 85
Popularity: 0.62872
OutOfDate:
Maintainer: Ludolacra
Submitter: Barthalion
FirstSubmitted: 1524476612
LastModified: 1639263602
URLPath: /cgit/aur.git/snapshot/gksu.tar.gz

5. The same packages on other Linux Distributions