rr on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S rr

* (Optional) Uninstall rr on Arch using YAY

$ yay -Rns rr

2. Manually Install "rr" via AUR

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

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

b. Clone rr's git locally

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

c. Go to ~/rr folder and install it

$ cd ~/rr $ makepkg -si

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

ID: 1328761
Name: rr
PackageBaseID: 98406
PackageBase: rr
Version: 5.7.0-1
Description: Record and Replay framework: lightweight recording and deterministic debugging
URL: http://rr-project.org/
NumVotes: 63
Popularity: 1.190589
OutOfDate:
Maintainer: codyps
Submitter: dequis
FirstSubmitted: 1440458768
LastModified: 1696444697
URLPath: /cgit/aur.git/snapshot/rr.tar.gz