[GH-ISSUE #220] issue adding repositories after katoolin install linux mint 19 #184

Open
opened 2026-02-26 04:30:42 +03:00 by kerem · 1 comment
Owner

Originally created by @Baphom37 on GitHub (Jan 4, 2020).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/220

installing seemed to run fine, removing old repos was fine, but adding the kali repos via katoolin gives this error.

Executing: /tmp/apt-key-gpghome.zSnDJQBl47/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: keyserver receive failed: No data

Originally created by @Baphom37 on GitHub (Jan 4, 2020). Original GitHub issue: https://github.com/LionSec/katoolin/issues/220 installing seemed to run fine, removing old repos was fine, but adding the kali repos via katoolin gives this error. Executing: /tmp/apt-key-gpghome.zSnDJQBl47/gpg.1.sh --keyserver pgp.mit.edu --recv-keys ED444FF07D8D0BF6 gpg: keyserver receive failed: No data
Author
Owner

@s-h-3-l-l commented on GitHub (Jan 5, 2020):

This is a common issue of the keyserver. Just retry the command until it works.

Alternatively you can also download the key for the repository manually with

apt-key adv -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6;

or

apt-key adv -qq --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys ED444FF07D8D0BF6;

if the error continues to occur.

<!-- gh-comment-id:570927576 --> @s-h-3-l-l commented on GitHub (Jan 5, 2020): This is a common issue of the keyserver. Just retry the command until it works. Alternatively you can also download the key for the repository manually with ```bash apt-key adv -qq --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6; ``` or ```bash apt-key adv -qq --keyserver hkp://pool.sks-keyservers.net:80 --recv-keys ED444FF07D8D0BF6; ``` if the error continues to occur.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#184
No description provided.