rtags on AUR (Arch User Repository)
Last updated: December 23,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
Copied
b. Install rtags on Arch using YAY
$
yay -S
rtags
Copied
* (Optional) Uninstall rtags on Arch using YAY
$
yay -Rns
rtags
Copied
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
Copied
b. Clone rtags's git locally
$
git clone https://aur.archlinux.org/rtags.git
~/rtags
Copied
c. Go to ~/rtags folder and install it
$
cd
~/rtags
Copied
$
makepkg -si
Copied
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
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