cargo-generate-rpm on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S cargo-generate-rpm

* (Optional) Uninstall cargo-generate-rpm on Arch using YAY

$ yay -Rns cargo-generate-rpm

2. Manually Install "cargo-generate-rpm" via AUR

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

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

b. Clone cargo-generate-rpm's git locally

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

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

$ cd ~/cargo-generate-rpm $ makepkg -si

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

ID: 1069777
Name: cargo-generate-rpm
PackageBaseID: 171014
PackageBase: cargo-generate-rpm
Version: 0.6.0-1
Description: Cargo helper command to generate a binary RPM package (.rpm) from Cargo project
URL: https://crates.io/crates/cargo-generate-rpm
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: abruegmann
FirstSubmitted: 1631546034
LastModified: 1650522286
URLPath: /cgit/aur.git/snapshot/cargo-generate-rpm.tar.gz