rtags on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S rtags

* (Optional) Uninstall rtags on Arch using YAY

$ yay -Rns rtags

2. Manually Install "rtags" via AUR

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

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

b. Clone rtags's git locally

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

c. Go to ~/rtags folder and install it

$ cd ~/rtags $ makepkg -si

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

ID: 688109
Name: rtags
PackageBaseID: 121051
PackageBase: rtags
Version: 2.38-1
Description: A client/server application that indexes C/C++ code
URL: https://github.com/Andersbakken/rtags
NumVotes: 17
Popularity: 0
OutOfDate: 1700394275
Maintainer:
Submitter: jetm
FirstSubmitted: 1490672524
LastModified: 1579535181
URLPath: /cgit/aur.git/snapshot/rtags.tar.gz