typedoc on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S typedoc

* (Optional) Uninstall typedoc on Arch using YAY

$ yay -Rns typedoc

2. Manually Install "typedoc" via AUR

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

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

b. Clone typedoc's git locally

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

c. Go to ~/typedoc folder and install it

$ cd ~/typedoc $ makepkg -si

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

ID: 1320424
Name: typedoc
PackageBaseID: 147534
PackageBase: typedoc
Version: 0.25.1-1
Description: Documentation generator for TypeScript projects.
URL: https://typedoc.org/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: egore911
Submitter: egore911
FirstSubmitted: 1576838019
LastModified: 1694987167
URLPath: /cgit/aur.git/snapshot/typedoc.tar.gz