pip-tools on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S pip-tools

* (Optional) Uninstall pip-tools on Arch using YAY

$ yay -Rns pip-tools

2. Manually Install "pip-tools" via AUR

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

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

b. Clone pip-tools's git locally

$ git clone https://aur.archlinux.org/pip-tools.git ~/pip-tools

c. Go to ~/pip-tools folder and install it

$ cd ~/pip-tools $ makepkg -si

3. Information about the pip-tools package on Arch User Repository (AUR)

ID: 1421853
Name: pip-tools
PackageBaseID: 63256
PackageBase: pip-tools
Version: 7.4.1-1
Description: A set of tools to keep your pinned Python dependencies fresh
URL: https://github.com/jazzband/pip-tools/
NumVotes: 16
Popularity: 0.013926
OutOfDate:
Maintainer: SpotlightKid
Submitter: saimn
FirstSubmitted: 1349042242
LastModified: 1709735948
URLPath: /cgit/aur.git/snapshot/pip-tools.tar.gz