cargo-clone on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S cargo-clone

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

$ yay -Rns cargo-clone

2. Manually Install "cargo-clone" via AUR

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

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

b. Clone cargo-clone's git locally

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

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

$ cd ~/cargo-clone $ makepkg -si

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

ID: 1072527
Name: cargo-clone
PackageBaseID: 170436
PackageBase: cargo-clone
Version: 1.0.1-2
Description: A cargo subcommand to fetch the source code of a Rust crate
URL: https://github.com/JanLikar/cargo-clone
NumVotes: 1
Popularity: 0.006156
OutOfDate:
Maintainer: Funami
FirstSubmitted: 1630083392
LastModified: 1651071259
URLPath: /cgit/aur.git/snapshot/cargo-clone.tar.gz

5. The same packages on other Linux Distributions