Enpass apps & installation

Installing Enpass

Enpass can be installed from the Microsoft Store, the Mac App Store, the iOS App Store, or the Play Store, or can be downloaded directly from Enpass.

Install Enpass from Mac App Store

Install Enpass from App Store

  1. Find Enpass on the App Store.
  2. Click Get to download and install.
  3. Click Open to launch the app.

or

Next

 

Install Enpass from Microsoft Store

Install Enpass from Microsoft Store

  1. Find Enpass on the Microsoft Store.
  2. Click Get to download and install.
  3. Click Open to launch the app.

Install from the Enpass Website

  1. Download Enpass from enpass.io/downloads.
  2. Double-click the downloaded Enpass-setup.exe.
  3. Click Yes, when the User Account Control dialog box appears.
  4. Select the check box to agree to the terms and conditions, and click Install.
  5. Click Launch to open the app.

Next

 

Install Enpass from the App Store

Install Enpass from App Store

  1. Find Enpass on the App Store.
  2. Tap Install.
  3. Tap Open to launch the app.

or

Next

 

Install Enpass from the Play Store

Install Enpass from Play Store

  1. Find Enpass on the Play Store.
  2. Tap install.
  3. Tap Open to launch the app.

or

Next

 

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

 

 


Related topics