mdformat on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S mdformat

* (Optional) Uninstall mdformat on Arch using YAY

$ yay -Rns mdformat

2. Manually Install "mdformat" via AUR

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

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

b. Clone mdformat's git locally

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

c. Go to ~/mdformat folder and install it

$ cd ~/mdformat $ makepkg -si

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

ID: 1130496
Name: mdformat
PackageBaseID: 177266
PackageBase: mdformat
Version: 0.7.16-1
Description: CommonMark compliant Markdown formatter
URL: https://github.com/executablebooks/mdformat
NumVotes: 1
Popularity: 0.0402
OutOfDate:
Maintainer: carlosal1015
FirstSubmitted: 1648140924
LastModified: 1661394514
URLPath: /cgit/aur.git/snapshot/mdformat.tar.gz

5. The same packages on other Linux Distributions