rtx on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S rtx

* (Optional) Uninstall rtx on Arch using YAY

$ yay -Rns rtx

2. Manually Install "rtx" via AUR

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

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

b. Clone rtx's git locally

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

c. Go to ~/rtx folder and install it

$ cd ~/rtx $ makepkg -si

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

ID: 1378236
Name: rtx
PackageBaseID: 189911
PackageBase: rtx
Version: 2024.0.0-1
Description: Polyglot runtime manager
URL: https://github.com/jdx/rtx
NumVotes: 8
Popularity: 0.431084
OutOfDate:
Maintainer: jdx
Submitter: jdx
FirstSubmitted: 1674876333
LastModified: 1704059546
URLPath: /cgit/aur.git/snapshot/rtx.tar.gz