findimports on AUR (Arch User Repository)

Last updated: June 03,2024

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

$ yay -S findimports

* (Optional) Uninstall findimports on Arch using YAY

$ yay -Rns findimports

2. Manually Install "findimports" via AUR

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

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

b. Clone findimports's git locally

$ git clone https://aur.archlinux.org/findimports.git ~/findimports

c. Go to ~/findimports folder and install it

$ cd ~/findimports $ makepkg -si

3. Information about the findimports package on Arch User Repository (AUR)

ID: 1140519
Name: findimports
PackageBaseID: 185781
PackageBase: findimports
Version: 2.2.0-1
Description: Python module import analysis tool
URL: https://github.com/mgedmin/findimports
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: jose1711
Submitter: jose1711
FirstSubmitted: 1663333643
LastModified: 1663333643
URLPath: /cgit/aur.git/snapshot/findimports.tar.gz