We are ready to answer any questions you have.
Enpass for Linux is available for 64-bit distributions only. We have tested it on CentOS 7, Fedora 28, Mint 19 and Ubuntu 16.04 or later.
However, it should work on any modern Linux distribution without any problem. If you have any problem installing or running Enpass on Linux, please contact us.
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
And 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
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
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