python2-dulwich on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S python2-dulwich

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

$ yay -Rns python2-dulwich

2. Manually Install "python2-dulwich" via AUR

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

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

b. Clone python2-dulwich's git locally

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

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

$ cd ~/python2-dulwich $ makepkg -si

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

ID: 583822
Name: python2-dulwich
PackageBaseID: 73694
PackageBase: python2-dulwich
Version: 0.19.11-1
Description: Pure-Python implementation of the Git file formats and protocols
URL: https://www.dulwich.io/
NumVotes: 104
Popularity: 0
OutOfDate: 1645020482
Maintainer:
FirstSubmitted: 1379872854
LastModified: 1549548268
URLPath: /cgit/aur.git/snapshot/python2-dulwich.tar.gz

5. The same packages on other Linux Distributions