2

I want to reinstall the albert launcher on Ubuntu 20.04 after it stopped working for some reason. However, I am receiving an error when adding the public key. I am following the official instructions and, after executing the first line, receive the following error in the terminal:

gpg: invalid key resource URL '/tmp/apt-key-gpghome.YUcCLYHPC4/home:manuelschneid3r.asc.gpg'
gpg: keyblock resource '(null)': General error
gpg: key 7721F63BD38B4796: 3 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 78414460095F1873: 3 signatures not checked due to missing keys
gpg: key 83FBA1751378B444: 2 signatures not checked due to missing keys
gpg: key 9BDB3D89CE49EC21: 4 signatures not checked due to missing keys
gpg: key D530E028F59EAE4D: 2 signatures not checked due to missing keys
gpg: key D530E028F59EAE4D: 2 signatures not checked due to missing keys
gpg: key D530E028F59EAE4D: 2 signatures not checked due to missing keys
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: 42
gpg:       skipped new keys: 42

How can I fix this?

Insperatus
  • 4,693

1 Answers1

2

I am not sure exactly what caused my problem but deleting a gpg associated .asc file solved it for me.

sudo rm /etc/apt/trusted.gpg.d/home:manuelschneid3r.asc

This solution was found here

I was then able to follow the official Ubuntu 20.04 instructions in order to install albert.

Insperatus
  • 4,693