Difference between revisions of "Enpass"

From Indie IT Wiki
 
Line 39: Line 39:
 
Download and import Enpass signing key
 
Download and import Enpass signing key
  
  wget https://yum.enpass.io/RPM-GPG-KEY-enpass-signing-key
+
  wget <nowiki>https://yum.enpass.io/RPM-GPG-KEY-enpass-signing-key</nowiki>
 
  rpm --import RPM-GPG-KEY-enpass-signing-key
 
  rpm --import RPM-GPG-KEY-enpass-signing-key
  
 
Add yum repo, then install Enpass:
 
Add yum repo, then install Enpass:
  
  zypper ar -f -c https://yum.enpass.io/stable/x86_64/ Enpass
+
  zypper ar -f -c <nowiki>https://yum.enpass.io/stable/x86_64/</nowiki> Enpass
 
  zypper update
 
  zypper update
 
  zypper install enpass
 
  zypper install enpass

Latest revision as of 10:34, 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

https://discussion.enpass.io/

Apport Log

/var/crash