cargo-deb on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S cargo-deb

* (Optional) Uninstall cargo-deb on Arch using YAY

$ yay -Rns cargo-deb

2. Manually Install "cargo-deb" via AUR

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

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

b. Clone cargo-deb's git locally

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

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

$ cd ~/cargo-deb $ makepkg -si

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

ID: 1086836
Name: cargo-deb
PackageBaseID: 168571
PackageBase: cargo-deb
Version: 1.38.0-1
Description: Cargo subcommand that generates Debian packages.
URL: https://github.com/kornelski/cargo-deb
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Sematre
FirstSubmitted: 1625242941
LastModified: 1653838772
URLPath: /cgit/aur.git/snapshot/cargo-deb.tar.gz

5. The same packages on other Linux Distributions