python-pdoc on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S python-pdoc

* (Optional) Uninstall python-pdoc on Arch using YAY

$ yay -Rns python-pdoc

2. Manually Install "python-pdoc" via AUR

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

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

b. Clone python-pdoc's git locally

$ git clone https://aur.archlinux.org/python-pdoc.git ~/python-pdoc

c. Go to ~/python-pdoc folder and install it

$ cd ~/python-pdoc $ makepkg -si

3. Information about the python-pdoc package on Arch User Repository (AUR)

ID: 1359745
Name: python-pdoc
PackageBaseID: 192188
PackageBase: python-pdoc
Version: 14.1.0-1
Description: A simple program and library to auto generate API documentation for Python modules.
URL: https://pdoc.dev/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: RenatoLG
Submitter: arojas
FirstSubmitted: 1680344113
LastModified: 1700941949
URLPath: /cgit/aur.git/snapshot/python-pdoc.tar.gz

5. The same packages on other Linux Distributions