mkdocs on AUR (Arch User Repository)
Last updated: November 26,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
Copied
b. Install mkdocs on Arch using YAY
$
yay -S
mkdocs
Copied
* (Optional) Uninstall mkdocs on Arch using YAY
$
yay -Rns
mkdocs
Copied
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
Copied
b. Clone mkdocs's git locally
$
git clone https://aur.archlinux.org/mkdocs.git
~/mkdocs
Copied
c. Go to ~/mkdocs folder and install it
$
cd
~/mkdocs
Copied
$
makepkg -si
Copied
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
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