passwordfile on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S passwordfile

* (Optional) Uninstall passwordfile on Arch using YAY

$ yay -Rns passwordfile

2. Manually Install "passwordfile" via AUR

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

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

b. Clone passwordfile's git locally

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

c. Go to ~/passwordfile folder and install it

$ cd ~/passwordfile $ makepkg -si

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

ID: 1357105
Name: passwordfile
PackageBaseID: 98728
PackageBase: passwordfile
Version: 5.0.10-1
Description: C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL
URL: https://github.com/Martchus/passwordfile
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: Martchus
Submitter: Martchus
FirstSubmitted: 1440704723
LastModified: 1700608265
URLPath: /cgit/aur.git/snapshot/passwordfile.tar.gz