Package Details: keeper-password-manager 16.11.3-1

Git Clone URL: https://aur.archlinux.org/keeper-password-manager.git (read-only, click to copy)
Package Base: keeper-password-manager
Description: Keeper is the world's #1 most downloaded password keeper and secure digital vault for protecting and managing your passwords and other secret information.
Upstream URL: https://keepersecurity.com
Keywords: credential keeper manager password safe secret security store
Licenses: custom
Submitter: liberodark
Maintainer: malina (arlenyan)
Last Packager: malina
Votes: 13
Popularity: 0.043563
First Submitted: 2018-05-02 08:29 (UTC)
Last Updated: 2024-09-27 08:01 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 Next › Last »

sysfs commented on 2024-07-07 02:46 (UTC)

Hi. Former maintainer here.

The issue is that the software is built for x86_64 (and the stuff it depends on and comes with is, too) and you run arm64. Different CPU architecture. Having a maintainer who is enthusiastic about ARM won't change that incompatibility.

Also. This application is a glorified version of the Keeper Web Vault you access via web browser. That's why Electron is mentioned.

I recommended you contact Keeper directly. If they will build it for ARM, it can then be implemented here (and you can be said ARM enthusiast and maintainer). :)

forgetfulSpies commented on 2024-07-05 23:45 (UTC)

Maybe someday a second person will try to install Keeper on aarch64 Linux and they'll think about supporting it :)

malina commented on 2024-07-05 20:09 (UTC)

Keeper password manager is an electron-based application, so you may see chrome references.

You don't need to install the chrome browser for electron applications, because chromium and nodejs contain all the necessary components embedded in a binary: https://www.electronjs.org/docs/latest/

Keeper did not create an arm64 debian package: https://keepersecurity.com/desktop_electron/SHASUM256.txt This PKGBUILD always downloads the amd64 debian package, no matter if you change the platform:

source=("https://keepersecurity.com/desktop_electron/Linux/repo/deb/keeperpasswordmanager_${pkgver}_amd64.deb"

If you download the debian package and unpack it (or e.g. makepkg -s), you can see in the control.tar.xz/control file that the architecture of the package is amd64. From this, I think that this package cannot be run on arm-based machines. If I'm wrong, I'll be happy :)

forgetfulSpies commented on 2024-07-05 19:51 (UTC)

Looking at this with fresh eyes, it may be simply that the Keeper .deb being retrieved is for amd64, and I am on arm64. Likely for this package, one does not simply set arch=aarch64.

forgetfulSpies commented on 2024-07-05 19:32 (UTC)

I see many references in /usr/lib/keeperpasswordmanager/ to chrome and chromium. Is this referring to the Google products? Is it relying on Chrome to be installed on the machine? I do not have Chrome installed.

I may try starting from the top, now that I have a little better understanding. I'll pacman -R the package, do a fresh git clone, update the sha512 with the bumpversion.sh script that I failed to notice the first time, add aarch64, and makepkg -sic. No chmods this time, as that didn't make a difference and I am not updating from a previous version. I'll report my results here. Maybe I just missed something the first time.

forgetfulSpies commented on 2024-07-05 18:57 (UTC)

@brnl: Thanks for reply. For context, I'm running Manjaro because it shipped with Pinebook Pro, and I had no reason to change. Had for a couple years, but only now committing to Linux as daily driver. This is only the third package I have tried to install from AUR. I have only ever followed advice from Arch forums; didn't even know pamac existed LOL.

If I recall correctly, I had to add aarch64 as a target, and update the sha512 for the latest version in the PKGBUILD. Then I built with: $ makepkg -sic

brnl commented on 2024-07-03 09:13 (UTC)

@forgetfulSpies: If applicable; Please don't forget to run pamac as normal user for AUR builds. Running with sudo might sometimes result in unexpected problems.

forgetfulSpies commented on 2024-07-03 02:35 (UTC)

Running Manjaro ARM with KDE Plasma. Package seemed to install successfully. However, keeperpasswordmanager.desktop terminates after launching. Icon appears in the taskbar, but never displays an interface.

Tried running the chmod 755 commands. Installed version is 16.11.1. This was a first-time install. There is no swiftshader directory.

SezyGandolf commented on 2023-09-16 10:49 (UTC) (edited on 2023-09-16 14:02 (UTC) by SezyGandolf)

I cant install :(

[code]==> Validating source files with sha512sums... keeperpasswordmanager_16.10.2_amd64.deb ... FAILED LICENSE ... Passed ==> ERROR: One or more files did not pass the validity check! -> error making: keeper-password-manager-exit status 1 -> Failed to install the following packages. Manual intervention is required: keeper-password-manager - exit status 1[/code]

jm2dev commented on 2023-08-22 10:28 (UTC)

Can it be updated to this?

diff --git a/PKGBUILD b/PKGBUILD
index a72d0b3..aaa7c6b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Mike Hicklen (hicklemon) <mike@xfs.repair>

 pkgname=keeper-password-manager
-pkgver=16.10.2
+pkgver=16.10.5
 pkgrel=1
 pkgdesc="Keeper is the world's #1 most downloaded password keeper and secure digital
  vault for protecting and managing your passwords and other secret information."
@@ -11,7 +11,7 @@ license=('Custom')
 depends=('libsecret' 'nss' 'libxss' 'gtk3')
 source=("https://keepersecurity.com/desktop_electron/Linux/repo/deb/keeperpasswordmanager_${pkgver}_amd64.deb"
         'LICENSE')
-sha512sums=('b037ca422c87c6699c1ffd4a01a72989ed5524e18b794f4fab11d6323852c29d1382f0d70d0d6e4ad360ed23b75a775362445bfc3dcd7f646564c8c9e759cccb'
+sha512sums=('b176724f3f7eef21357c24ad15a9440d70d980de7c6e12430dbebe037aac1774ca5fe6bd0a9a58c0084ddcc4397bd4be6c05b5bcc00b321753e29c603aa8aab7'
             '9bd161a552aba146ee89ab930b8a444442d3cb4bba8cf5e94d1a04bfe2c99fae8372d0d04d5b01fe489578429e9fd020cb567e005b1a267fcb51a0bc4cb2f7b2')

 package() {