Install Enpass on Linux
Enpass for Linux is available for 64-bit distributions only. It should work on any modern Linux distribution, and has been tested on CentOS 7, Fedora 28, Mint 19 and Ubuntu 16.04 or later.
If you have any problem installing or running Enpass on Linux, please contact us.
If you'd like to install Enpass Beta for Linux, visit Installing Enpass Beta on Linux.
For Ubuntu and Debian based systems
To install Enpass, add a new repository to /etc/apt/sources.list:
$ echo "deb https://apt.enpass.io/ stable main" | sudo tee /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 | sudo tee /etc/apt/trusted.gpg.d/enpass.asc
After that, you can install Enpass as any other software package:
$ sudo apt-get update
$ sudo apt-get install enpass
For RPM package
Add 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
For 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 and install Enpass.
# zypper ar -f -c https://yum.enpass.io/stable/x86_64/ Enpass
# zypper update
# zypper install enpass
Next