python2-networkx on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S python2-networkx

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

$ yay -Rns python2-networkx

2. Manually Install "python2-networkx" via AUR

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

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

b. Clone python2-networkx's git locally

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

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

$ cd ~/python2-networkx $ makepkg -si

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

ID: 701259
Name: python2-networkx
PackageBaseID: 149168
PackageBase: python2-networkx
Version: 2.2-3
Description: Python 2 package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
URL: https://networkx.github.io
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1581806758
LastModified: 1582728432
URLPath: /cgit/aur.git/snapshot/python2-networkx.tar.gz

5. The same packages on other Linux Distributions