Installing Enpass Beta on Linux

Enpass Beta for Linux is available for 64-bit distributions only.

For Ubuntu and Debian based systems

To install Enpass Beta:

1. Add a new repository to /etc/apt/sources.list:

$ sudo -i
$ echo "deb https://apt.enpass.io/testing testing beta" > \
      /etc/apt/sources.list.d/enpass-beta.list 

2. Use this import key to sign the release:

$ wget -O - https://apt.enpass.io/keys/enpass-linux.key | tee /etc/apt/trusted.gpg.d/enpass.asc 

3. After that, you can install Enpass as with any other software package:

$ apt-get update
$ apt-get install enpass
$ exit