python-modulegraph on AUR (Arch User Repository)

Last updated: November 22,2024

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

$ yay -S python-modulegraph

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

$ yay -Rns python-modulegraph

2. Manually Install "python-modulegraph" via AUR

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

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

b. Clone python-modulegraph's git locally

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

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

$ cd ~/python-modulegraph $ makepkg -si

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

ID: 1368341
Name: python-modulegraph
PackageBaseID: 100682
PackageBase: python-modulegraph
Version: 0.19.6-1
Description: determines a dependency graph between Python modules primarily by bytecode analysis for import statements
URL: https://github.com/ronaldoussoren/modulegraph
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: flying-sheep
Submitter: flying-sheep
FirstSubmitted: 1443178714
LastModified: 1702368094
URLPath: /cgit/aur.git/snapshot/python-modulegraph.tar.gz