adduser on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S adduser

* (Optional) Uninstall adduser on Arch using YAY

$ yay -Rns adduser

2. Manually Install "adduser" via AUR

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

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

b. Clone adduser's git locally

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

c. Go to ~/adduser folder and install it

$ cd ~/adduser $ makepkg -si

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

ID: 1361490
Name: adduser
PackageBaseID: 101839
PackageBase: adduser
Version: 1.18-1
Description: Interactive front end to /usr/bin/useradd from Slackware Linux
URL: http://www.slackware.com/
NumVotes: 34
Popularity: 0.387462
OutOfDate:
Maintainer: FryDay
Submitter: maz-1
FirstSubmitted: 1444795554
LastModified: 1701182796
URLPath: /cgit/aur.git/snapshot/adduser.tar.gz