Jump to content
Enpass Discussion Forum

Leaderboard

Popular Content

Showing content with the highest reputation on 11/01/20 in all areas

  1. @rubenJS not to worry, your post in perfectly on topic. What versions of Enpass and Pop_OS are you running? I found that Enpass 6.5.0.701 is the most stable for me on Ubuntu 20.04 (GNOME). This is supposedly a beta version, which you can install by following these instructions. Once you've done this, you can downgrade Enpass, as follows: sudo apt update apt-cache policy enpass # shows all versions available from the repositories sudo apt install enpass=6.5.0.701 # or whichever other version you'd like to try out sudo apt-mark hold enpass # prevent subsequent automatic upgrades by locking the installed version The last line "holds" enpass to the installed version, so it doesn't get upgraded automatically later. Use the same command with `unhold` if you'd like to try a newer version that will most hopefully fix things before too long...
    1 point
  2. Hello, I'm also trying to install enpass on ubuntu(20.04) machine. Unfortunately, the apt key is not imported. wget -O - https://apt.enpass.io/keys/enpass-linux.key | apt-key add - --2020-09-17 21:39:42-- https://apt.enpass.io/keys/enpass-linux.key Resolving apt.enpass.io (apt.enpass.io)... 52.84.112.126, 52.84.112.113, 52.84.112.59, ... Connecting to apt.enpass.io (apt.enpass.io)|52.84.112.126|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1714 (1,7K) [binary/octet-stream] Saving to: ‘STDOUT’ - 100%[======================================================================================================================>] 1,67K --.-KB/s in 0s 2020-09-17 21:39:42 (627 MB/s) - written to stdout [1714/1714] gpg: invalid key resource URL '/tmp/apt-key-gpghome.XK76GZFkpM/home:manuelschneid3r.asc.gpg' gpg: keyblock resource '(null)': General error gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys gpg: key 1488EB46E192A257: 1 signature not checked due to a missing key gpg: key 1488EB46E192A257: 1 signature not checked due to a missing key gpg: key 3B4FE6ACC0B21F32: 3 signatures not checked due to missing keys gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key gpg: Total number processed: 15 gpg: skipped new keys: 15 Because of that we also have this error: Err:9 https://apt.enpass.io stable InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6F7565879798C2FC Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [2476 B] Hit:12 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease Reading package lists... Done W: GPG error: https://apt.enpass.io stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6F7565879798C2FC E: The repository 'https://apt.enpass.io stable InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. I'm trying this one fresh new installation (ubuntu 20.04). It should be pretty easy to verify the error with a new installation. Please let me know if any more information is needed. Edit: I managed to fix my problem by deleting manuelschneid3r.asc. sudo rm /etc/apt/trusted.gpg.d/home:manuelschneid3r.asc
    1 point
×
×
  • Create New...