Updating to latest "pass" on Ubuntu 14.04
📅 May 02, 2016
⌛ 1 minute
The password manager "pass" is in Ubuntu's repository, but the version on 14.04 is quite old and does not support e.g. the "find" command ("pass find somesite.com", where "somesite.com" is in a subfolder of the password store).
To get the latest and greatest version:
Install tree v1.7.0
Download pass v1.6.5 (tarball)
unxz password-store-1.6.5.tar.xztar xf password-store-1.6.5.tarcd password-store-1.6.5sudo make install
