Page 1 of 1

Need autokey for Mageia

PostPosted: Dec 30th, '14, 08:51
by jeffneedle
Hi. I have several questions. I'll post them in separate threads.

First, I really need the app autokey, but it's not in the repositories. Can someone point me to where I can get it?

Thanks!

Re: Need autokey for Mageia

PostPosted: Dec 30th, '14, 10:55
by jkerr82508
If you mean the "pubkey" with which all Mageia packages are signed, then
Code: Select all
rpm -qa | grep pubkey
will display the keys that you have installed.
To see the details of a specific key, for example:
Code: Select all
rpm -qi gpg-pubkey-80420f66-4d4fe123

(All official Mageia packages are signed with the same key.)

Jim

Re: Need autokey for Mageia

PostPosted: Dec 30th, '14, 11:53
by doktor5000
You mean this one? https://code.google.com/p/autokey/
You could either try to install the cauldron package, or try to rebuild the cauldron src.rpm on Mageia 4. The latter is explained in viewtopic.php?f=41&t=5530

Re: Need autokey for Mageia

PostPosted: Dec 30th, '14, 22:51
by jeffneedle
Thanks. I'll give these a try.