markdown-link-check on AUR (Arch User Repository)

Last updated: December 28,2024

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

$ yay -S markdown-link-check

* (Optional) Uninstall markdown-link-check on Arch using YAY

$ yay -Rns markdown-link-check

2. Manually Install "markdown-link-check" via AUR

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

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

b. Clone markdown-link-check's git locally

$ git clone https://aur.archlinux.org/markdown-link-check.git ~/markdown-link-check

c. Go to ~/markdown-link-check folder and install it

$ cd ~/markdown-link-check $ makepkg -si

3. Information about the markdown-link-check package on Arch User Repository (AUR)

ID: 1425645
Name: markdown-link-check
PackageBaseID: 176926
PackageBase: markdown-link-check
Version: 3.12.1-1
Description: Checks aliveness of hyperlinks in markdown documents
URL: https://github.com/tcort/markdown-link-check
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: carsme
Submitter: carsme
FirstSubmitted: 1647340938
LastModified: 1710231496
URLPath: /cgit/aur.git/snapshot/markdown-link-check.tar.gz