rpm-builder on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S rpm-builder

* (Optional) Uninstall rpm-builder on Arch using YAY

$ yay -Rns rpm-builder

2. Manually Install "rpm-builder" via AUR

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

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

b. Clone rpm-builder's git locally

$ git clone https://aur.archlinux.org/rpm-builder.git ~/rpm-builder

c. Go to ~/rpm-builder folder and install it

$ cd ~/rpm-builder $ makepkg -si

3. Information about the rpm-builder package on Arch User Repository (AUR)

ID: 1006097
Name: rpm-builder
PackageBaseID: 147323
PackageBase: rpm-builder
Version: 0.8.1-1
Description: Build rpms without a spec file. Pure Rust. No dependencies to librpm
URL: https://github.com/Richterrettich/rpm-builder
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: volker.raschek
Submitter: volker.raschek
FirstSubmitted: 1576000522
LastModified: 1639832006
URLPath: /cgit/aur.git/snapshot/rpm-builder.tar.gz