sudo-rs on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S sudo-rs

* (Optional) Uninstall sudo-rs on Arch using YAY

$ yay -Rns sudo-rs

2. Manually Install "sudo-rs" via AUR

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

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

b. Clone sudo-rs's git locally

$ git clone https://aur.archlinux.org/sudo-rs.git ~/sudo-rs

c. Go to ~/sudo-rs folder and install it

$ cd ~/sudo-rs $ makepkg -si

3. Information about the sudo-rs package on Arch User Repository (AUR)

ID: 1415153
Name: sudo-rs
PackageBaseID: 197205
PackageBase: sudo-rs
Version: 0.2.2-0
Description: A safety oriented and memory safe implementation of sudo and su written in Rust.
URL: https://github.com/memorysafety/sudo-rs
NumVotes: 4
Popularity: 2.08306
OutOfDate:
Maintainer: taotieren
Submitter: taotieren
FirstSubmitted: 1693559851
LastModified: 1708860843
URLPath: /cgit/aur.git/snapshot/sudo-rs.tar.gz