debhelper on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S debhelper

* (Optional) Uninstall debhelper on Arch using YAY

$ yay -Rns debhelper

2. Manually Install "debhelper" via AUR

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

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

b. Clone debhelper's git locally

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

c. Go to ~/debhelper folder and install it

$ cd ~/debhelper $ makepkg -si

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

ID: 1417861
Name: debhelper
PackageBaseID: 15565
PackageBase: debhelper
Version: 13.14.1-2
Description: A collection of programs that can be used in a debian/rules file to automate common tasks
URL: https://salsa.debian.org/debian/debhelper
NumVotes: 61
Popularity: 1.863953
OutOfDate:
Maintainer: xiota
Submitter: Garoth
FirstSubmitted: 1242754960
LastModified: 1709188456
URLPath: /cgit/aur.git/snapshot/debhelper.tar.gz