mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #150] gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory issue on debian #125
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Aug 16, 2018).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/150
when i run the script to add kali repo i get this error !!
What do you want to do ?> 1
Executing: /tmp/apt-key-gpghome.RMXm7dtUuk/gpg.1.sh --keyserver pgp.mit.edu --recv-keys XXXXXXXXXXXXX
gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory
gpg: connecting dirmngr at '/run/user/0/gnupg/d.9w497wuo5zu7bi7jxguwpw7r/S.dirmngr' failed: No such file or directory
gpg: keyserver receive failed: No dirmngr
@GitHPS commented on GitHub (Sep 14, 2018):
I'got the same exact error as described by Mr-P3rry
@rrroyal commented on GitHub (Oct 2, 2018):
sudo apt install dirmngr
@trevor002 commented on GitHub (Oct 8, 2019):
@rrroyal thanks this is the solution and it also worked well from my end.