doas on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S doas

* (Optional) Uninstall doas on Arch using YAY

$ yay -Rns doas

2. Manually Install "doas" via AUR

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

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

b. Clone doas's git locally

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

c. Go to ~/doas folder and install it

$ cd ~/doas $ makepkg -si

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

ID: 961330
Name: doas
PackageBaseID: 146151
PackageBase: doas
Version: 6.3p6-1
Description: A port of OpenBSD's doas(1), an alternative to sudo(1)
URL: https://github.com/slicer69/doas
NumVotes: 9
Popularity: 0.753141
OutOfDate:
Maintainer: scrouthtv
Submitter: KingofToasters
FirstSubmitted: 1572161254
LastModified: 1631712767
URLPath: /cgit/aur.git/snapshot/doas.tar.gz