Enpass for Linux is available for 64-bit distributions (for Ubuntu there are both 32bit and 64bit packages). We have tested Enpass on following distributions of Linux.
Ubuntu 12.04
Ubuntu 14.04
Fedora 21
Cent OS 7
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:
$ sudo -i $ echo "deb http://repo.sinew.in/ stable main" > \ /etc/apt/sources.list.d/enpass.list
And import key that is used to sign the release:
$ wget -O - https://dl.sinew.in/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
1. Download Enpass Installer for Linux from given link. Open the terminal and navigate to download directory.
$ cd <download_directory>
2. Give execute permission to installer binary.
$ chmod +x EnpassInstaller_x.x.xx
3. Install X Screensaver Library.
On Ubuntu:
$ sudo apt-get install libxss1 lsof
On Fedora and Cent OS:
# yum install libXScrnSaver lsof
On OpenSUSE:
# zypper install libXScrnSaver lsof
4. Run installer and complete setup.
$ ./EnpassInstaller_x.x.xx
Still didn't find your answer or want to send any feedback or suggestion?
Contact us