Difference between revisions of "Enpass"
From Indie IT Wiki
imported>Indieit |
|||
Line 29: | Line 29: | ||
cd /etc/yum.repos.d/ | cd /etc/yum.repos.d/ | ||
− | sudo wget https://yum.enpass.io/enpass-yum.repo | + | sudo wget <nowiki>https://yum.enpass.io/enpass-yum.repo</nowiki> |
After that, you can install Enpass as any other software package: | After that, you can install Enpass as any other software package: |
Revision as of 10:33, 25 October 2022
Enpass is a password management program to securely store passwords and other credentials. Free to use on 'desktop' platforms and limited or paid versions for mobile devices.
HOWTO: INSTALL v6:
Ubuntu and Debian Based Systems
Add the Enpass repository:
sudo -i echo "deb https://apt.enpass.io/ stable main" > /etc/apt/sources.list.d/enpass.list
Import key that is used to sign the release:
wget -O - https://apt.enpass.io/keys/enpass-linux.key | apt-key add -
After that, you can install Enpass as any other software package:
apt-get update apt-get install enpass exit
If Enpass fails to start the following package may need to be installed:
sudo apt install libxkbcommon-x11-0
RPM package
Add the Enpass yum repository
cd /etc/yum.repos.d/ sudo wget https://yum.enpass.io/enpass-yum.repo
After that, you can install Enpass as any other software package:
sudo yum install enpass
openSUSE 42.3 & 15.0
Download and import Enpass signing key
wget https://yum.enpass.io/RPM-GPG-KEY-enpass-signing-key rpm --import RPM-GPG-KEY-enpass-signing-key
Add yum repo, then install Enpass:
zypper ar -f -c https://yum.enpass.io/stable/x86_64/ Enpass zypper update zypper install enpass
Thanks to Enpass Knowledge Base.
INFO v6:
User Manuals
Enpass Forum
Apport Log
/var/crash