debspawn on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S debspawn

* (Optional) Uninstall debspawn on Arch using YAY

$ yay -Rns debspawn

2. Manually Install "debspawn" via AUR

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

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

b. Clone debspawn's git locally

$ git clone https://aur.archlinux.org/debspawn.git ~/debspawn

c. Go to ~/debspawn folder and install it

$ cd ~/debspawn $ makepkg -si

3. Information about the debspawn package on Arch User Repository (AUR)

ID: 1170078
Name: debspawn
PackageBaseID: 187051
PackageBase: debspawn
Version: 0.6.0-2
Description: Debspawn is a tool to build Debian packages in an isolated environment, using systemd-nspawn containers
URL: https://github.com/lkhq/debspawn
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: weilinfox
Submitter: weilinfox
FirstSubmitted: 1667309187
LastModified: 1668609921
URLPath: /cgit/aur.git/snapshot/debspawn.tar.gz