python2-pathlib on AUR (Arch User Repository)

Last updated: November 15,2024

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

$ yay -S python2-pathlib

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

$ yay -Rns python2-pathlib

2. Manually Install "python2-pathlib" via AUR

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

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

b. Clone python2-pathlib's git locally

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

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

$ cd ~/python2-pathlib $ makepkg -si

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

ID: 897230
Name: python2-pathlib
PackageBaseID: 166012
PackageBase: python2-pathlib
Version: 1.0.1-5
Description: This module offers a set of classes featuring all the common operations on paths in an easy, object-oriented way
URL: https://pathlib.readthedocs.org/en/1.0.1/
NumVotes: 3
Popularity: 0.002446
OutOfDate:
Maintainer:
FirstSubmitted: 1619264913
LastModified: 1619264913
URLPath: /cgit/aur.git/snapshot/python2-pathlib.tar.gz

5. The same packages on other Linux Distributions