markdown on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S markdown

* (Optional) Uninstall markdown on Arch using YAY

$ yay -Rns markdown

2. Manually Install "markdown" via AUR

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

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

b. Clone markdown's git locally

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

c. Go to ~/markdown folder and install it

$ cd ~/markdown $ makepkg -si

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

ID: 1290861
Name: markdown
PackageBaseID: 187523
PackageBase: markdown
Version: 24.0w-1
Description: A markdown parser for Ada.
URL: https://github.com/AdaCore/markdown
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: charlie5
Submitter: charlie5
FirstSubmitted: 1668831841
LastModified: 1689708537
URLPath: /cgit/aur.git/snapshot/markdown.tar.gz