cargo-license on AUR (Arch User Repository)

Last updated: May 03,2024

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

$ yay -S cargo-license

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

$ yay -Rns cargo-license

2. Manually Install "cargo-license" via AUR

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

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

b. Clone cargo-license's git locally

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

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

$ cd ~/cargo-license $ makepkg -si

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

ID: 1125663
Name: cargo-license
PackageBaseID: 154492
PackageBase: cargo-license
Version: 0.5.0-1
Description: Cargo subcommand to see license of dependencies
URL: https://github.com/onur/cargo-license
NumVotes: 3
Popularity: 0.734998
OutOfDate:
Maintainer: bertptrs
FirstSubmitted: 1592421796
LastModified: 1660408733
URLPath: /cgit/aur.git/snapshot/cargo-license.tar.gz

5. The same packages on other Linux Distributions