rst2ctags on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S rst2ctags

* (Optional) Uninstall rst2ctags on Arch using YAY

$ yay -Rns rst2ctags

2. Manually Install "rst2ctags" via AUR

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

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

b. Clone rst2ctags's git locally

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

c. Go to ~/rst2ctags folder and install it

$ cd ~/rst2ctags $ makepkg -si

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

ID: 1280104
Name: rst2ctags
PackageBaseID: 87833
PackageBase: rst2ctags
Version: 0.2.6-1
Description: Generates ctags-compatible output for the sections of a reStructuredText document
URL: https://github.com/jszakmeister/rst2ctags
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer:
Submitter: atweiden
FirstSubmitted: 1417303788
LastModified: 1687986826
URLPath: /cgit/aur.git/snapshot/rst2ctags.tar.gz