rxvt on AUR (Arch User Repository)

Last updated: November 16,2024

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

$ yay -S rxvt

* (Optional) Uninstall rxvt on Arch using YAY

$ yay -Rns rxvt

2. Manually Install "rxvt" via AUR

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

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

b. Clone rxvt's git locally

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

c. Go to ~/rxvt folder and install it

$ cd ~/rxvt $ makepkg -si

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

ID: 369659
Name: rxvt
PackageBaseID: 118315
PackageBase: rxvt
Version: 2.7.10-7
Description: A colour vt102 terminal emulator
URL: http://rxvt.sourceforge.net/
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1483247966
LastModified: 1483247966
URLPath: /cgit/aur.git/snapshot/rxvt.tar.gz