epydoc on AUR (Arch User Repository)

Last updated: November 14,2024

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

$ yay -S epydoc

* (Optional) Uninstall epydoc on Arch using YAY

$ yay -Rns epydoc

2. Manually Install "epydoc" via AUR

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

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

b. Clone epydoc's git locally

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

c. Go to ~/epydoc folder and install it

$ cd ~/epydoc $ makepkg -si

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

ID: 1180187
Name: epydoc
PackageBaseID: 172188
PackageBase: epydoc
Version: 3.0.1-6
Description: Tool for generating API documentation for Python modules, based on their docstrings
URL: https://epydoc.sourceforge.net/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: wof8317
Submitter: jelly
FirstSubmitted: 1634648019
LastModified: 1670541869
URLPath: /cgit/aur.git/snapshot/epydoc.tar.gz