what do I need to install to get dknewkey

Asked by Danie de Jager

I've installed dkimpy using pip3. I hoped it would provide me with dkimpy but alas I cannot find it. What is the prevered method to get dknewkey on Centos? Is it part of dkimpy?

Question information

Language:
English Edit question
Status:
Solved
For:
dkimpy Edit question
Assignee:
No assignee Edit question
Solved by:
Danie de Jager
Solved:
Last query:
Last reply:
Revision history for this message
Scott Kitterman (kitterman) said :
#1

It is part of dkimpy.

If I install dkimpy on Debian, here's where things install (it's probably site-packages on anything not Debian or a Debian derivative):

ls usr/local/lib/python3.7/dist-packages/
dkim dkimpy-0.9.2.egg-info dns dnspython-1.16.0.dist-info
ls usr/local/bin/
arcsign arcverify dkimsign dkimverify dknewkey

Revision history for this message
Danie de Jager (danie.dejager) said :
#2

Thank you. I got it