It started the installation after the
gpg -v --recv-key 4C09DD83CAAA50B2
Result of the first one:
$ gpg -v --recv-key 4C09DD83CAAA50B2
gpg: data source: https://192.146.137.99:443
gpg: armor header: Version: SKS 1.1.6
gpg: armor header: Comment: Hostname: pgpkeys.co.uk
gpg: pub rsa3072/4C09DD83CAAA50B2 2017-10-04 Adam Jackson <ajax@nwnk.net>
gpg: using pgp trust model
gpg: key 4C09DD83CAAA50B2: public key "Adam Jackson <ajax@nwnk.net>" imported
gpg: Total number processed: 1
gpg: imported: 1
I really don't understand why it didn't work before. As i added this key multiple times before...
Here is the result of the second command:
ls -l $HOME/.gnupg
total 20
drwx------ 2 drimskii drimskii 4096 May 26 12:57 crls.d
drwx------ 2 drimskii drimskii 4096 May 26 13:02 private-keys-v1.d
-rw-r--r-- 1 drimskii drimskii 1958 May 26 13:02 pubring.kbx
-rw------- 1 drimskii drimskii 32 May 25 16:33 pubring.kbx~
-rw------- 1 drimskii drimskii 1200 May 26 12:58 trustdb.gpg
Did i mess something up? (As far as i remember i may have used sudo for gpg key addition. Is that a bad thing? Sorry if the question is dumb)
P.S. Maybe i needed to add the key again after executing the 4 commands that updated the keychain?