mkdocs on AUR (Arch User Repository)

Last updated: April 23,2024

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

$ yay -S mkdocs

* (Optional) Uninstall mkdocs on Arch using YAY

$ yay -Rns mkdocs

2. Manually Install "mkdocs" via AUR

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

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

b. Clone mkdocs's git locally

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

c. Go to ~/mkdocs folder and install it

$ cd ~/mkdocs $ makepkg -si

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

ID: 1387077
Name: mkdocs
PackageBaseID: 94368
PackageBase: mkdocs
Version: 1.5.3-2
Description: Project documentation with Markdown
URL: https://www.mkdocs.org
NumVotes: 34
Popularity: 0.771357
OutOfDate:
Maintainer: AlphaJack
Submitter:
FirstSubmitted: 1434046896
LastModified: 1705430050
URLPath: /cgit/aur.git/snapshot/mkdocs.tar.gz