docfx on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S docfx

* (Optional) Uninstall docfx on Arch using YAY

$ yay -Rns docfx

2. Manually Install "docfx" via AUR

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

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

b. Clone docfx's git locally

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

c. Go to ~/docfx folder and install it

$ cd ~/docfx $ makepkg -si

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

ID: 1203492
Name: docfx
PackageBaseID: 172881
PackageBase: docfx
Version: 2.60.2-1
Description: Tools for building and publishing API documentation for .NET projects
URL: https://dotnet.github.io/docfx/
NumVotes: 1
Popularity: 0
OutOfDate: 1679334501
Maintainer:
Submitter: Yellowsink
FirstSubmitted: 1636391200
LastModified: 1675014162
URLPath: /cgit/aur.git/snapshot/docfx.tar.gz