cargo-modules on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S cargo-modules

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

$ yay -Rns cargo-modules

2. Manually Install "cargo-modules" via AUR

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

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

b. Clone cargo-modules's git locally

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

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

$ cd ~/cargo-modules $ makepkg -si

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

ID: 1120904
Name: cargo-modules
PackageBaseID: 183649
PackageBase: cargo-modules
Version: 0.5.11-1
Description: A cargo plugin for showing an overview of a crate's modules.
URL: https://github.com/regexident/cargo-modules
NumVotes: 1
Popularity: 0.261543
OutOfDate:
Maintainer: cyqsimon
FirstSubmitted: 1656580290
LastModified: 1659457060
URLPath: /cgit/aur.git/snapshot/cargo-modules.tar.gz

5. The same packages on other Linux Distributions