pulldown-cmark on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S pulldown-cmark

* (Optional) Uninstall pulldown-cmark on Arch using YAY

$ yay -Rns pulldown-cmark

2. Manually Install "pulldown-cmark" via AUR

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

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

b. Clone pulldown-cmark's git locally

$ git clone https://aur.archlinux.org/pulldown-cmark.git ~/pulldown-cmark

c. Go to ~/pulldown-cmark folder and install it

$ cd ~/pulldown-cmark $ makepkg -si

3. Information about the pulldown-cmark package on Arch User Repository (AUR)

ID: 1419374
Name: pulldown-cmark
PackageBaseID: 127933
PackageBase: pulldown-cmark
Version: 0.10.0-1
Description: Pull parser for CommonMark, written in Rust
URL: https://github.com/raphlinus/pulldown-cmark
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: grawlinson
Submitter: polyzen
FirstSubmitted: 1513283342
LastModified: 1709374337
URLPath: /cgit/aur.git/snapshot/pulldown-cmark.tar.gz