python2-markdown on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S python2-markdown

* (Optional) Uninstall python2-markdown on Arch using YAY

$ yay -Rns python2-markdown

2. Manually Install "python2-markdown" via AUR

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

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

b. Clone python2-markdown's git locally

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

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

$ cd ~/python2-markdown $ makepkg -si

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

ID: 953926
Name: python2-markdown
PackageBaseID: 160348
PackageBase: python2-markdown
Version: 3.1.1-6
Description: Python implementation of John Gruber's Markdown.
URL: https://python-markdown.github.io/
NumVotes: 2
Popularity: 6.0E-6
OutOfDate:
Maintainer: ilpianista
FirstSubmitted: 1606573541
LastModified: 1630228640
URLPath: /cgit/aur.git/snapshot/python2-markdown.tar.gz

5. The same packages on other Linux Distributions