autotags on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S autotags

* (Optional) Uninstall autotags on Arch using YAY

$ yay -Rns autotags

2. Manually Install "autotags" via AUR

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

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

b. Clone autotags's git locally

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

c. Go to ~/autotags folder and install it

$ cd ~/autotags $ makepkg -si

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

ID: 242897
Name: autotags
PackageBaseID: 102429
PackageBase: autotags
Version: 0.2.0-1
Description: A little tool that watches your source code and generates ctags.
URL: https://github.com/beraboris/autotags
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: dotboris
Submitter: dotboris
FirstSubmitted: 1445808780
LastModified: 1445830042
URLPath: /cgit/aur.git/snapshot/autotags.tar.gz