python-pdm on AUR (Arch User Repository)

Last updated: May 23,2024

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

$ yay -S python-pdm

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

$ yay -Rns python-pdm

2. Manually Install "python-pdm" via AUR

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

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

b. Clone python-pdm's git locally

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

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

$ cd ~/python-pdm $ makepkg -si

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

ID: 1017701
Name: python-pdm
PackageBaseID: 165574
PackageBase: python-pdm
Version: 1.12.6-4
Description: A modern Python package manager with PEP 582 support.
URL: https://pdm.fming.dev/
NumVotes: 5
Popularity: 0.089696
OutOfDate: 1643510645
Maintainer: samarthj
FirstSubmitted: 1618332745
LastModified: 1641993250
URLPath: /cgit/aur.git/snapshot/python-pdm.tar.gz

5. The same packages on other Linux Distributions