{"id":1406,"date":"2021-12-16T12:53:32","date_gmt":"2021-12-16T09:53:32","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/28\/how-to-set-up-enpass-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/28\/how-to-set-up-enpass-on-linux\/"},"modified":"2021-12-16T12:53:32","modified_gmt":"2021-12-16T09:53:32","slug":"how-to-set-up-enpass-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1406-how-to-set-up-enpass-on-linux\/","title":{"rendered":"How to set up Enpass on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Enpass is a secure password vault for Linux, Mac, Windows, as well as mobile. It is intended to keep your passwords safe and remember them so that you don\u2019t have to. In this guide, we\u2019ll go over how to set up Enpass on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406099 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-enpass-on-linux.png\" alt=\"\" width=\"1200\" height=\"831\"\/><\/p>\n<h2>Installing Enpass on Linux<\/h2>\n<p>Enpass is an excellent program, but unfortunately, it doesn\u2019t come pre-installed on any Linux operating system. So, before we can go over how to use it, we\u2019ll have to demonstrate how to install it.<\/p>\n<p>To start the installation, open up a terminal window. You can open up a terminal window on the Linux desktop, press\u00a0<strong>Ctrl + Alt + T<\/strong> on the keyboard. Alternatively, search for \u201cTerminal\u201d in the app menu and launch it that way.<\/p>\n<p>Once the terminal window is open and ready to use, follow along with the Linux installation instructions below that correspond with the Linux operating system you currently use.<\/p>\n<h4>Ubuntu\/Debian<\/h4>\n<p>To get Enpass up and running on Ubuntu and Debian, you\u2019ll have to add the Enpasss software repository to your computer. To do that, access the root account and use the following <strong>echo\u00a0<\/strong>command down below.<\/p>\n<pre>\nsudo -s\necho \"deb https:\/\/apt.enpass.io\/ stable main\" &gt; \\\n\/etc\/apt\/sources.list.d\/enpass.list\n<\/pre>\n<p>You\u2019ll next need to download and install the software repo key. This key is essential, as both Ubuntu and Debian will not install software from repos without keys.<\/p>\n<pre>\nwget -O - https:\/\/apt.enpass.io\/keys\/enpass-linux.key | apt-key add -\n<\/pre>\n<p>Now that the Enpass software repository is up and running, you\u2019ll have to use the\u00a0<strong>update\u00a0<\/strong>command. This command will refresh the system\u2019s software sources, allowing the Enpass repo to function.<\/p>\n<pre>\napt update\n<\/pre>\n<p>Everything is now up to date, and the key is installed. From here, you\u2019ll be able to install the Enpass application on your Ubuntu or Debian system using the following\u00a0<strong>apt install\u00a0<\/strong>command.<\/p>\n<pre>\napt install enpass\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>The Enpass application is available for Arch Linux users via the AUR. To start the installation, install both the \u201cGit\u201d and \u201cBase-devel\u201d packages.\u00a0<\/p>\n<pre>\nsudo pacman -S base-devel git\n<\/pre>\n<p>Now that the packages are installed on your system, you need to install the Trizen AUR helper. This program will set up the Enpass program easier than just installing it via source code.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\nmakepkg -sri\n<\/pre>\n<p>Now that the Trizen AUR helper is installed on your Arch Linux system, you\u2019ll be able to get the Enpass application working with a simple\u00a0<strong>trizen -S\u00a0<\/strong>command.<\/p>\n<pre>\ntrizen -S enpass-bin <\/pre>\n<h4>Fedora<\/h4>\n<p>You can install the Enpass application on Fedora by adding in the official Enpass software repository. To do that, start by entering the \/etc\/yum.repos.d\/ folder. This folder houses all repo files.<\/p>\n<pre>\ncd \/etc\/yum.repos.d\/\n<\/pre>\n<p>Now that you\u2019ve entered the repo folder use the wget command to download the Enpass repo text file. This text file has everything needed to install Enpass on Fedora.\u00a0<\/p>\n<pre>\nsudo wget https:\/\/yum.enpass.io\/enpass-yum.repo\n<\/pre>\n<p>With the software repository set up on your Fedora PC, the installation of Enpass can begin. Using\u00a0<strong>dnf,<\/strong> install the software.<\/p>\n<pre>\nsudo dnf install enpass\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>To install Enpass on OpenSUSE, you\u2019ll need to add the RPM repository to your system. To do this, start by importing the GPG signing key using the commands below.<\/p>\n<pre>\nwget https:\/\/yum.enpass.io\/RPM-GPG-KEY-enpass-signing-key\nsudo rpm --import RPM-GPG-KEY-enpass-signing-key <\/pre>\n<p>Next, add the repository URL to your OpenSUSE system with the <strong>zypper ar\u00a0<\/strong>command. Then, update\u00a0<strong>zypper\u00a0<\/strong>with the\u00a0<strong>zypper update\u00a0<\/strong>command.<\/p>\n<pre>\nsudo zypper ar -f -c https:\/\/yum.enpass.io\/stable\/x86_64\/ Enpass\nsudo zypper update\n<\/pre>\n<p>Finally, you can install Enpass on your OpenSUSE PC.<\/p>\n<pre>\nsudo zypper install enpass\n<\/pre>\n<h2>How to use Enpass on Linux<\/h2>\n<p>To use Enpass on Linux, follow the step-by-step instructions below.<\/p>\n<p><strong>Step 1:<\/strong> Find the \u201cCreate master password\u201d button, and click on it with the mouse.<\/p>\n<p><strong>Step 2:<\/strong> In the \u201cEnter Master Password\u201d text box, type in your master password. Keep in mind; YOU CAN NOT RECOVER YOUR PASSWORD. If you lose this password, you lose your vault.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406099 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-enpass-on-linux.png\" alt=\"\" width=\"1200\" height=\"831\"\/><\/p>\n<p><strong>Step 3:<\/strong> Confirm your master password by entering it a second time. Then, continue to the next page.<\/p>\n<p><strong>Step 4:<\/strong> Find the \u201cQuick Setup\u201d area, click on the \u201cInstall\u201d button under the \u201cBrowser Extensions\u201d section, and install Enpass for your Linux browser. Click the checkmark when done.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406103 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-enpass-on-linux-2.png\" alt=\"\" width=\"1200\" height=\"757\"\/><\/p>\n<p><strong>Step 5:<\/strong> After clicking on the checkbox, the \u201cRegister\u201d window will appear. This window will ask you to upgrade for free. You do not have to do this, but it is a good idea.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406101 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-enpass-on-linux-4.png\" alt=\"\" width=\"1200\" height=\"1088\"\/><\/p>\n<p><strong>Step 6:<\/strong> When you\u2019ve registered, click on the cloud icon in the top left, and select \u201cSet up Sync.\u201d Then, choose a place to save your passwords.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406102 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-enpass-on-linux-6.png\" alt=\"\" width=\"1200\" height=\"1146\"\/><\/p>\n<p><strong>Step 7:<\/strong> Find the + symbol, and click on it. After you click on it, you\u2019ll be able to add your passwords, financial information, and other things.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-406100 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-enpass-on-linux-7.png\" alt=\"\" width=\"1200\" height=\"1070\"\/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Enpass is a secure password vault for Linux, Mac, Windows, as well as mobile. It is intended to keep your passwords safe and remember them so that you don\u2019t have to. In this guide, we\u2019ll go over how to set up Enpass on Linux. Installing Enpass on Linux Enpass is an excellent program, &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1407,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1406"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1406"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1406\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1407"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}