rimpy on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S rimpy

* (Optional) Uninstall rimpy on Arch using YAY

$ yay -Rns rimpy

2. Manually Install "rimpy" via AUR

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

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

b. Clone rimpy's git locally

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

c. Go to ~/rimpy folder and install it

$ cd ~/rimpy $ makepkg -si

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