devscripts on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S devscripts

* (Optional) Uninstall devscripts on Arch using YAY

$ yay -Rns devscripts

2. Manually Install "devscripts" via AUR

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

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

b. Clone devscripts's git locally

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

c. Go to ~/devscripts folder and install it

$ cd ~/devscripts $ makepkg -si

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

ID: 1370483
Name: devscripts
PackageBaseID: 15813
PackageBase: devscripts
Version: 2.23.7-1
Description: Scripts to make the life of a Debian Package maintainer easier
URL: https://tracker.debian.org/pkg/devscripts
NumVotes: 27
Popularity: 8.0E-6
OutOfDate:
Maintainer: ItachiSan
Submitter: Misery
FirstSubmitted: 1205967153
LastModified: 1702671622
URLPath: /cgit/aur.git/snapshot/devscripts.tar.gz