mkdocstrings on AUR (Arch User Repository)

Last updated: June 04,2024

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

$ yay -S mkdocstrings

* (Optional) Uninstall mkdocstrings on Arch using YAY

$ yay -Rns mkdocstrings

2. Manually Install "mkdocstrings" via AUR

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

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

b. Clone mkdocstrings's git locally

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

c. Go to ~/mkdocstrings folder and install it

$ cd ~/mkdocstrings $ makepkg -si

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

ID: 1417888
Name: mkdocstrings
PackageBaseID: 193126
PackageBase: mkdocstrings
Version: 0.24.1-1
Description: Automatic documentation from sources, for MkDocs
URL: https://mkdocstrings.github.io
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Universebenzene
Submitter: Universebenzene
FirstSubmitted: 1682703383
LastModified: 1709190442
URLPath: /cgit/aur.git/snapshot/mkdocstrings.tar.gz