pass-import on AUR (Arch User Repository)

Last updated: November 16,2024

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

$ yay -S pass-import

* (Optional) Uninstall pass-import on Arch using YAY

$ yay -Rns pass-import

2. Manually Install "pass-import" via AUR

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

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

b. Clone pass-import's git locally

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

c. Go to ~/pass-import folder and install it

$ cd ~/pass-import $ makepkg -si

3. Information about the pass-import package on Arch User Repository (AUR)

ID: 1415199
Name: pass-import
PackageBaseID: 118559
PackageBase: pass-import
Version: 3.5-1
Description: A pass extension for importing data from most existing password managers.
URL: https://github.com/roddhjav/pass-import
NumVotes: 29
Popularity: 0.03615
OutOfDate:
Maintainer: roddhjav
Submitter: roddhjav
FirstSubmitted: 1483984577
LastModified: 1708866553
URLPath: /cgit/aur.git/snapshot/pass-import.tar.gz

5. The same packages on other Linux Distributions