Durante l'importazione della chiave GnuPG sul nostro sistema Debian, abbiamo riscontrato il seguente errore. Ciò è dovuto all'installazione minima dei nostri server Debian. Questo tutorial ti aiuterà a correggere "'/usr/bin/dirmngr':nessun file o directory di questo tipo errore. Questo tutorial ti aiuterà a risolvere questo problema su tutti i sistemi Linux basati su Debian.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B7C549A058F8B6B Executing: /tmp/apt-key-gpghome.1uzliCJjyg/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B7C549A058F8B6B gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory gpg: connecting dirmngr at '/run/user/0/gnupg/d.9awoasrggmw7i87e3cdkmbgp/S.dirmngr' failed: No such file or directory gpg: keyserver receive failed: No dirmngr
Soluzione
Devi solo installare il pacchetto dirmngr sul tuo sistema. Basta eseguire i seguenti comandi sul terminale per l'installazione:
sudo apt update sudo apt install dirmngr --install-recommends
Dopo aver installato il pacchetto dirmngr, ho provato di nuovo a importare la chiave GnuPG e l'ha importata con successo nel nostro sistema Debian.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B7C549A058F8B6B Executing: /tmp/apt-key-gpghome.UbN2VLG9LZ/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv 4B7C549A058F8B6B gpg: key 4B7C549A058F8B6B: public key "MongoDB 4.2 Release Signing Key " imported gpg: Total number processed: 1 gpg: imported: 1