gpg: keyserver receive failed: No dirmngr
up vote
57
down vote
favorite
While trying to receive keys in my Debian Stretch server, I get this error:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.4B7hWtn7Rm/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.4B7hWtn7Rm/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
debian apt gpg
add a comment |
up vote
57
down vote
favorite
While trying to receive keys in my Debian Stretch server, I get this error:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.4B7hWtn7Rm/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.4B7hWtn7Rm/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
debian apt gpg
add a comment |
up vote
57
down vote
favorite
up vote
57
down vote
favorite
While trying to receive keys in my Debian Stretch server, I get this error:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.4B7hWtn7Rm/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.4B7hWtn7Rm/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
debian apt gpg
While trying to receive keys in my Debian Stretch server, I get this error:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.4B7hWtn7Rm/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/tmp/apt-key-gpghome.4B7hWtn7Rm/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
debian apt gpg
debian apt gpg
asked Oct 31 '17 at 5:15
Hunter.S.Thompson
4,99941334
4,99941334
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
82
down vote
accepted
Installing the package dirmngr
fixed the error.
user@debian-server:~$ sudo apt-get install dirmngr
Retrying :
user@debian-server:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.haKuPppywi/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: key A6A19B38D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
2
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
installinggpg
fixed it for me on a Debian 9.3.dirmngr
was already installed.
– Liviu Chircu
Aug 23 at 11:56
add a comment |
up vote
4
down vote
I wasn't able to get dirmngr to work, but you can also just import the key directly using apt-key add. The GPG public key is often listed at the root of the repo like http://origin-download.mono-project.com/repo/
curl https://origin-download.mono-project.com/repo/xamarin.gpg | sudo apt-key add -
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
82
down vote
accepted
Installing the package dirmngr
fixed the error.
user@debian-server:~$ sudo apt-get install dirmngr
Retrying :
user@debian-server:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.haKuPppywi/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: key A6A19B38D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
2
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
installinggpg
fixed it for me on a Debian 9.3.dirmngr
was already installed.
– Liviu Chircu
Aug 23 at 11:56
add a comment |
up vote
82
down vote
accepted
Installing the package dirmngr
fixed the error.
user@debian-server:~$ sudo apt-get install dirmngr
Retrying :
user@debian-server:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.haKuPppywi/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: key A6A19B38D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
2
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
installinggpg
fixed it for me on a Debian 9.3.dirmngr
was already installed.
– Liviu Chircu
Aug 23 at 11:56
add a comment |
up vote
82
down vote
accepted
up vote
82
down vote
accepted
Installing the package dirmngr
fixed the error.
user@debian-server:~$ sudo apt-get install dirmngr
Retrying :
user@debian-server:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.haKuPppywi/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: key A6A19B38D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
Installing the package dirmngr
fixed the error.
user@debian-server:~$ sudo apt-get install dirmngr
Retrying :
user@debian-server:~$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.haKuPppywi/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: key A6A19B38D3D831EF: public key "Xamarin Public Jenkins (auto-signing) <releng@xamarin.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
edited Oct 31 '17 at 14:05
answered Oct 31 '17 at 5:15
Hunter.S.Thompson
4,99941334
4,99941334
2
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
installinggpg
fixed it for me on a Debian 9.3.dirmngr
was already installed.
– Liviu Chircu
Aug 23 at 11:56
add a comment |
2
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
installinggpg
fixed it for me on a Debian 9.3.dirmngr
was already installed.
– Liviu Chircu
Aug 23 at 11:56
2
2
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
Had same problem on Debian 9.4. Installing dirmngr fixed it.
– AAAfarmclub
Mar 14 at 23:11
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
I got the same error of the OP, but I already have latest gpg installed.
– realtebo
Aug 2 at 5:04
installing
gpg
fixed it for me on a Debian 9.3. dirmngr
was already installed.– Liviu Chircu
Aug 23 at 11:56
installing
gpg
fixed it for me on a Debian 9.3. dirmngr
was already installed.– Liviu Chircu
Aug 23 at 11:56
add a comment |
up vote
4
down vote
I wasn't able to get dirmngr to work, but you can also just import the key directly using apt-key add. The GPG public key is often listed at the root of the repo like http://origin-download.mono-project.com/repo/
curl https://origin-download.mono-project.com/repo/xamarin.gpg | sudo apt-key add -
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
add a comment |
up vote
4
down vote
I wasn't able to get dirmngr to work, but you can also just import the key directly using apt-key add. The GPG public key is often listed at the root of the repo like http://origin-download.mono-project.com/repo/
curl https://origin-download.mono-project.com/repo/xamarin.gpg | sudo apt-key add -
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
add a comment |
up vote
4
down vote
up vote
4
down vote
I wasn't able to get dirmngr to work, but you can also just import the key directly using apt-key add. The GPG public key is often listed at the root of the repo like http://origin-download.mono-project.com/repo/
curl https://origin-download.mono-project.com/repo/xamarin.gpg | sudo apt-key add -
I wasn't able to get dirmngr to work, but you can also just import the key directly using apt-key add. The GPG public key is often listed at the root of the repo like http://origin-download.mono-project.com/repo/
curl https://origin-download.mono-project.com/repo/xamarin.gpg | sudo apt-key add -
answered Dec 15 '17 at 5:08
Greg Bray
668
668
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
add a comment |
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
You need to run dirmngr if it's not already running.
– please delete me
Oct 3 at 19:54
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f401547%2fgpg-keyserver-receive-failed-no-dirmngr%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown